We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a0408 commit ad32566Copy full SHA for ad32566
modules/avpops/avpops.c
@@ -248,7 +248,7 @@ static int avpops_init(void)
248
}
249
250
for (i=0; acmds[i].name != NULL; i++) {
251
- if (strncasecmp(cmds[i].name, AVPDB, sizeof(AVPDB)-1) == 0 &&
+ if (strncasecmp(acmds[i].name, AVPDB, sizeof(AVPDB)-1) == 0 &&
252
(is_script_async_func_used(acmds[i].name, acmds[i].param_no))) {
253
need_db=1;
254
0 commit comments