]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix broken backport commit
authorKern Sibbald <kern@sibbald.com>
Tue, 20 Sep 2016 16:33:24 +0000 (18:33 +0200)
committerKern Sibbald <kern@sibbald.com>
Tue, 20 Sep 2016 16:33:24 +0000 (18:33 +0200)
bacula/src/dird/ua_run.c

index fc27f61d93d332f9cca38af3b7609748fefb18eb..beb67e31747f6a4575638b617d71ff3212d5551b 100644 (file)
@@ -1072,7 +1072,7 @@ static bool set_run_context_in_jcr(UAContext *ua, JCR *jcr, run_ctx &rc)
    }
 
    /* Not a good idea to start a job with the Scratch pool */
-   if (rc.pool && strcmp(rc.pool->name, NT_("Scratch")) == 0) {
+   if (rc.pool && strcmp(rc.pool->name(), NT_("Scratch")) == 0) {
       ua->send_msg(_("Pool \"Scratch\" not valid.\n"));
       return false;
    }