[OpenSIPS-Devel] [opensips] avpops.c in 1.11.5 (#739)

Kelvin Williams notifications at github.com
Tue Dec 29 20:21:55 CET 2015


A current pull and checkout of 1.11 will cause an error when building or trying to load OpenSIPS with the avpops module.  "is_script_async_func_used" should be removed from 1.11.

Line 219:
	for (i=0; cmds[i].name != NULL; i++) {
		if (strncasecmp(cmds[i].name, AVPDB, sizeof(AVPDB)-1) == 0 &&
				(is_script_func_used(cmds[i].name, -1) ||
					is_script_async_func_used(cmds[i].name, -1))) {
			need_db=1;
		}
	}

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/739
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20151229/2fcb3e29/attachment.htm>


More information about the Devel mailing list