* Removed instances of hard-coded CTDLDIR; this breaks -h
[citadel.git] / citadel / citserver.c
index 2a19df2a856c0199942a3f31076cb69467c54020..0946ed54883313a388520114bb82911a69628ad1 100644 (file)
@@ -517,7 +517,7 @@ void cmd_emsg(char *mname)
        if (strlen(targ)==0) {
                snprintf(targ, sizeof targ, 
 #ifndef HAVE_DATA_DIR
-                        "." /* FIXME: should here be CTDLDIR ? */
+                        "."
 #else
                         DATA_DIR
 #endif