Officially declare war on LHFS
[citadel.git] / citadel / config.c
index 81f93989b2120dbc3d571961d1fe79eb37f8f62d..f3357d9d7b1bbc771879d007213a7a8f583e76d2 100644 (file)
@@ -232,15 +232,6 @@ void initialize_config_system(void) {
                exit(CTDLEXIT_LIBCITADEL);
        }
 
-       //if (chdir(ctdl_bbsbase_dir) != 0) {
-               //fprintf(stderr,
-                       //"This program could not be started.\nUnable to change directory to %s\nError: %s\n",
-                       //ctdl_bbsbase_dir,
-                       //strerror(errno)
-               //);
-               //exit(CTDLEXIT_HOME);
-       //}
-
        memset(&lconfig, 0, sizeof(struct legacy_config));
        cfp = fopen(file_citadel_config, "rb");
        if (cfp != NULL) {