Fix compilation on gcc 4.8.1

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395728 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/78/78/1
Kinsey Moore 12 years ago
parent 9688d2dc97
commit 7c371a1add

@ -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);

Loading…
Cancel
Save