mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Fix compilation on gcc 4.8.1
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395728 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1347,7 +1347,7 @@ static char *pktccops_gateset(struct ast_cli_entry *e, int cmd, struct ast_cli_a
|
||||
if (a->argc < 9)
|
||||
return CLI_SHOWUSAGE;
|
||||
|
||||
if (!strncmp(a->argv[2], "null", sizeof(a->argv[2]))) {
|
||||
if (!strcmp(a->argv[2], "null")) {
|
||||
cmts = NULL;
|
||||
} else {
|
||||
AST_LIST_LOCK(&cmts_list);
|
||||
|
||||
Reference in New Issue
Block a user