Imported Upstream version 2.6.0p1
[debian/amanda] / server-src / server_util.c
index 7c6c3231c83ee993e144a4f4ba992bf6fa2a16f4..dc58d8daa2a767985d8829cf6f8356a16c79f587 100644 (file)
@@ -176,7 +176,7 @@ int check_infofile(
                    }
                }
                if (other_dle_match == 0) {
-                   if(mkpdir(infofile, (mode_t)02755, (uid_t)-1,
+                   if(mkpdir(infofile, (mode_t)0755, (uid_t)-1,
                              (gid_t)-1) == -1)  {
                        *errmsg = vstralloc("Can't create directory for ",
                                            infofile, NULL);