bozo: fix -pidfiles default
[openafs.git] / src / bozo / bosserver.c
index e96beee..9f5b74e 100644 (file)
@@ -932,7 +932,7 @@ main(int argc, char **argv, char **envp)
        } else if (strncmp(argv[code], "-pidfiles=", 10) == 0) {
            DoPidFiles = (argv[code]+10);
        } else if (strncmp(argv[code], "-pidfiles", 9) == 0) {
-           DoPidFiles = AFSDIR_BOSCONFIG_DIR;
+           DoPidFiles = AFSDIR_LOCAL_DIR;
        }
        else {