projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f51ef7
)
Don't propsoe sotp now on empty read (bug #1511)
author
Mark Spencer
<markster@digium.com>
Thu, 29 Apr 2004 03:39:36 +0000
(
03:39
+0000)
committer
Mark Spencer
<markster@digium.com>
Thu, 29 Apr 2004 03:39:36 +0000
(
03:39
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2812
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
asterisk.c
patch
|
blob
|
history
diff --git
a/asterisk.c
b/asterisk.c
index
82ec832
..
160d039
100755
(executable)
--- a/
asterisk.c
+++ b/
asterisk.c
@@
-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");
}
}