[NeoStats-Devel] [Commits] r2587 - trunk/src
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Fri May 6 04:57:17 2005
New Revision: 2587
Modified:
trunk/src/main.c
Log:
fix warnings introduced in protocol changes
Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c (original)
+++ trunk/src/main.c Fri May 6 04:57:17 2005
@@ -479,7 +479,6 @@
if( in_do_exit )
{
nlog( LOG_CRITICAL, "BUG: recursive do_exit calls, report this log entry to the NeoStats team" );
- return;
}
in_do_exit = 1;
return_code = exit_reports[exitcode].exit_code;