[Asterisk-cvs] asterisk asterisk.c,1.76,1.77
markster at lists.digium.com
markster at lists.digium.com
Wed Apr 28 23:32:55 CDT 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv13491
Modified Files:
asterisk.c
Log Message:
Don't propsoe sotp now on empty read (bug #1511)
Index: asterisk.c
===================================================================
RCS file: /usr/cvsroot/asterisk/asterisk.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- asterisk.c 28 Apr 2004 19:55:04 -0000 1.76
+++ asterisk.c 29 Apr 2004 03:39:36 -0000 1.77
@@ -1667,8 +1667,6 @@
} 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");
}
}
More information about the svn-commits
mailing list