THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#270 - app_lua: add rpc reload command
User who did this - Daniel-Constantin Mierla (miconda)
----------
+ int sv_len = sr_lua_script_ver->len;
+ int sv[sv_len];
Declaring an array with the size in a variable is not C standard (at least not C89), so in
some distros can cause troubles.
Probably I will commit the patches soon and then add a workaround for it, unless you do
one quickly.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=270#comment8…
You are receiving this message because you have requested it from the Flyspray bugtracking
system. If you did not expect this message or don't want to receive mails in future,
you can change your notification settings at the URL shown above.