]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix type conversion casting
authorKern Sibbald <kern@sibbald.com>
Sun, 30 Nov 2008 16:06:51 +0000 (16:06 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 30 Nov 2008 16:06:51 +0000 (16:06 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8095 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/acl.c

index 6561b50e535de74cbbeb517b8903bb4f54a9d6ed..6e17b198c653ee4b7bc4898c4f24e616816cee29 100644 (file)
@@ -239,7 +239,7 @@ static acl_type_t bac_to_os_acltype(bacl_type acltype)
        * This should never happen, as the per os version function only tries acl
        * types supported on a certain platform.
        */
-      ostype = ACL_TYPE_NONE;
+      ostype = (acl_type_t)ACL_TYPE_NONE;
       break;
    }