]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.c
Tweak debug levels in reservations + Correct typo in UTF-8 error message as reported by:
[bacula/bacula] / bacula / src / stored / stored.c
index 04dc82620cf8a828e075e8154268aa962f7afbd2..0dcd88bd23f12f1002376c414d0703444a845504 100644 (file)
@@ -555,7 +555,7 @@ void terminate_stored(int sig)
          set_jcr_job_status(jcr, JS_Canceled);
          fd = jcr->file_bsock;
          if (fd) {
-            fd->timed_out = true;
+            fd->m_timed_out = true;
             Dmsg1(100, "term_stored killing JobId=%d\n", jcr->JobId);
             pthread_kill(jcr->my_thread_id, TIMEOUT_SIGNAL);
             /* ***FIXME*** wiffle through all dcrs */