mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-22 05:06:38 +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++;
|
online_peers++;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
strcpy(status, "UNKOWN");
|
strcpy(status, "UNKNOWN");
|
||||||
offline_peers++;
|
offline_peers++;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user