[sr-dev] [tracker] Comment added: app_lua: add rpc reload command

sip-router bugtracker at sip-router.org
Fri Mar 29 10:10:53 CET 2013


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#comment805

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.



More information about the sr-dev mailing list