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:
Mark Spencer
2004-04-29 03:39:36 +00:00
parent 4f51ef7ab7
commit b34020d5a6

View File

@@ -1667,8 +1667,6 @@ int main(int argc, char *argv[])
} else {
if (option_remote)
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");
}
}