aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-29 03:39:36 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-29 03:39:36 +0000
commitcb79c58c84ef78bcf692b09358c5e72c647e34e9 (patch)
tree97938b3e7b8f98d78e7ac134dd25cf0322f4c79e /asterisk.c
parente08f604e0a79634c27cdb670b180c8031e94ddc3 (diff)
Don't propsoe sotp now on empty read (bug #1511)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2812 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'asterisk.c')
-rwxr-xr-xasterisk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/asterisk.c b/asterisk.c
index 82ec83281..160d039e0 100755
--- 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");
}
}