]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored_conf.c
Remove broken run when code
[bacula/bacula] / bacula / src / stored / stored_conf.c
index bae09e0b2d7c8b3e802a46f14da6bf7954bf79ad..1f1cded7b4be52473c1efda8b3d0d36fea124fe9 100644 (file)
@@ -609,7 +609,7 @@ void save_resource(int type, RES_ITEM *items, int pass)
          if ((errstat = pthread_mutex_init(&res->res_changer.changer_mutex, NULL)) != 0) {
             berrno be;
             Jmsg1(NULL, M_ERROR_TERM, 0, _("Unable to init mutex: ERR=%s\n"), 
-                  be.strerror(errstat));
+                  be.bstrerror(errstat));
          }
          break;
       default: