Imported Upstream version 2.6.0p1
[debian/amanda] / server-src / infofile.c
index 43c652182f1efedf2aafb6fed1bcae55b8ca9d4a..b7db7a89472eea3f835281c00c305fd9027906de 100644 (file)
@@ -75,7 +75,7 @@ open_txinfofile(
 
     /* create the directory structure if in write mode */
     if (writing) {
-        if (mkpdir(infofile, 02755, (uid_t)-1, (gid_t)-1) == -1) {
+        if (mkpdir(infofile, 0755, (uid_t)-1, (gid_t)-1) == -1) {
            amfree(infofile);
            return NULL;
        }