mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Fix minor typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
acl.c
2
acl.c
@@ -87,7 +87,7 @@ struct ast_ha *ast_append_ha(char *sense, char *stuff, struct ast_ha *path)
|
|||||||
nm++;
|
nm++;
|
||||||
}
|
}
|
||||||
if (!inet_aton(tmp, &ha->netaddr)) {
|
if (!inet_aton(tmp, &ha->netaddr)) {
|
||||||
ast_log(LOG_WARNING, "%s not a valid IP\n", stuff);
|
ast_log(LOG_WARNING, "%s not a valid IP\n", tmp);
|
||||||
free(ha);
|
free(ha);
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user