mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@43720 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2417,7 +2417,7 @@ int main(int argc, char *argv[])
|
||||
buf[strlen(buf)-1] = '\0';
|
||||
|
||||
consolehandler((char *)buf);
|
||||
} else {
|
||||
} else if (option_remote) {
|
||||
if (write(STDOUT_FILENO, "\nUse EXIT or QUIT to exit the asterisk console\n",
|
||||
strlen("\nUse EXIT or QUIT to exit the asterisk console\n")) < 0) {
|
||||
/* Whoa, stdout disappeared from under us... Make /dev/null's */
|
||||
|
Reference in New Issue
Block a user