]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/wait.c
ebl Fix a bug in read_close_session which return random status
[bacula/bacula] / bacula / src / stored / wait.c
index 6fc939616a14871b14af60ed4d5ba45eb7b35c26..f332de3e35cf92ed03801fb045aeeac84a9eeb1b 100644 (file)
@@ -7,8 +7,8 @@
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
    modify it under the terms of version two of the GNU General Public
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -228,7 +228,6 @@ bool wait_for_device(JCR *jcr, int &retries)
    stat = pthread_cond_timedwait(&wait_device_release, &device_release_mutex, &timeout);
    Dmsg2(100, "JobId=%u wokeup from sleep on device stat=%d\n", (uint32_t)jcr->JobId, stat);
 
-
    V(device_release_mutex);
    Dmsg2(100, "JobId=%u return from wait_device ok=%d\n", (uint32_t)jcr->JobId, ok);
    return ok;