You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2010/10/19 17:42:01 UTC

svn commit: r1024284 - /commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c

Author: mturk
Date: Tue Oct 19 15:42:00 2010
New Revision: 1024284

URL: http://svn.apache.org/viewvc?rev=1024284&view=rev
Log:
Don't make things slower then they are actually :)

Modified:
    commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c

Modified: commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c?rev=1024284&r1=1024283&r2=1024284&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c (original)
+++ commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c Tue Oct 19 15:42:00 2010
@@ -803,7 +803,6 @@ static int onExitHook(void)
 {
     apxLogWrite(APXLOG_MARK_DEBUG "On exit hook called ...");
     reportServiceStatus(SERVICE_STOPPED, NO_ERROR, 0);
-    Sleep(1000);
     return 0;    
 }