* Removed instances of hard-coded CTDLDIR; this breaks -h
[citadel.git] / citadel / user_ops.c
index c71e98f84b0891539c54b2ad9d8e5085eb344632..b506bd9ff39995709f7eaf91014383235381dc25 100644 (file)
@@ -758,7 +758,7 @@ int purge_user(char pname[])
        /* remove the user's bio file */
        snprintf(filename, sizeof filename, 
 #ifndef HAVE_DATA_DIR
-                        "." /* FIXME: should here be CTDLDIR ? */
+                        "."
 #else
                         DATA_DIR
 #endif
@@ -768,7 +768,7 @@ int purge_user(char pname[])
        /* remove the user's picture */
        snprintf(filename, sizeof filename, 
 #ifndef HAVE_DATA_DIR
-                        "." /* FIXME: should here be CTDLDIR ? */
+                        "."
 #else
                         DATA_DIR
 #endif