mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
Don't propsoe sotp now on empty read (bug #1511)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2812 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1667,8 +1667,6 @@ int main(int argc, char *argv[])
|
|||||||
} else {
|
} else {
|
||||||
if (option_remote)
|
if (option_remote)
|
||||||
ast_cli(STDOUT_FILENO, "\nUse EXIT or QUIT to exit the asterisk console\n");
|
ast_cli(STDOUT_FILENO, "\nUse EXIT or QUIT to exit the asterisk console\n");
|
||||||
else
|
|
||||||
ast_cli(STDOUT_FILENO, "\nUse STOP NOW to shutdown Asterisk\n");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user