]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix compile error on Mac
authorKern Sibbald <kern@sibbald.com>
Sun, 20 Sep 2009 12:03:45 +0000 (14:03 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 20 Sep 2009 12:03:45 +0000 (14:03 +0200)
bacula/src/filed/restore.c

index a9e072975b5acacb285996575209ae9332daf692..680146700f857b6c729b227d112ab62ea0964476 100644 (file)
@@ -126,7 +126,7 @@ bool restore_finderinfo(JCR *jcr, POOLMEM *buf, int32_t buflen)
    Dmsg0(130, "Restoring Finder Info\n");
    jcr->ff->flags |= FO_HFSPLUS;
    if (buflen != 32) {
-      Jmsg(jcr, M_ERROR, 0, _("Invalid length of Finder Info (got %d, not 32)\n"), sd->msglen);
+      Jmsg(jcr, M_ERROR, 0, _("Invalid length of Finder Info (got %d, not 32)\n"), buflen);
       return false;
    }