[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    icecream/client
From:       Dirk Mueller <mueller () kde ! org>
Date:       2006-08-02 1:48:37
Message-ID: 1154483317.348780.17052.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 568715 by mueller:

this should fix the hanging-job problem


 M  +2 -1      main.cpp  


--- trunk/icecream/client/main.cpp #568714:568715
@@ -320,7 +320,8 @@
                If we don't, the local daemon will have to assume the job failed
                and tell the scheduler - and that fail message may arrive earlier
                than the remote daemon's success msg. */
-            local_daemon->send_msg (EndMsg());
+            if (ret == 0) 
+                local_daemon->send_msg (EndMsg());
         } catch ( int error ) {
             fprintf( stderr, "got exception %d (this should be an exception!)\n", error );
             /* currently debugging a client ? throw an error then */
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic