mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
Fix typo in chan_sip. (Bug #4376).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5768 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7605,7 +7605,7 @@ static int sip_notify(int fd, int argc, char *argv[])
|
||||
if (create_addr(p, argv[i])) {
|
||||
/* Maybe they're not registered, etc. */
|
||||
sip_destroy(p);
|
||||
ast_cli(fd, "Could not create address fo '%s'\n", argv[i]);
|
||||
ast_cli(fd, "Could not create address for '%s'\n", argv[i]);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user