mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 10:51:40 +00:00
fix typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6823 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2509,7 +2509,7 @@ static int dundi_show_peers(int fd, int argc, char *argv[])
|
||||
online_peers++;
|
||||
}
|
||||
else {
|
||||
strcpy(status, "UNKOWN");
|
||||
strcpy(status, "UNKNOWN");
|
||||
offline_peers++;
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user