Skip to content
Snippets Groups Projects
Commit 571c8be2 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix minor typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 861ed9a3
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ struct ast_ha *ast_append_ha(char *sense, char *stuff, struct ast_ha *path)
nm++;
}
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);
return path;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment