]> git.sur5r.net Git - bacula/bacula/commitdiff
Backport from Enterprise
authorKern Sibbald <kern@sibbald.com>
Wed, 21 Nov 2012 07:05:51 +0000 (08:05 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:51:03 +0000 (14:51 +0200)
bacula/src/dird/ua_acl.c

index 1a386fd75b2570e426efe214c05426b6c3a1ce8e..c510df6062da27dca551863ce38f26b9c21d778c 100644 (file)
@@ -56,7 +56,7 @@ bool acl_access_ok(UAContext *ua, int acl, const char *item, int len)
    }
 
    /* If no console resource => default console and all is permitted */
-   if (!ua->cons) {
+   if (!ua || !ua->cons) {
       Dmsg0(1400, "Root cons access OK.\n");
       return true;                    /* No cons resource -> root console OK for everything */
    }