]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix a misleading comment about s->defn_name
authorEric Covener <covener@apache.org>
Tue, 15 Jan 2019 10:14:57 +0000 (10:14 +0000)
committerEric Covener <covener@apache.org>
Tue, 15 Jan 2019 10:14:57 +0000 (10:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851332 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 3b6076580509a4d6e50953ff0c94b5ff33f9d507..eab66b114be388f0529370f7c37018d378c15afe 100644 (file)
@@ -1332,7 +1332,7 @@ struct server_rec {
     /** MIME type info, etc., before we start checking per-directory info */
     struct ap_conf_vector_t *lookup_defaults;
 
-    /** The name of the server */
+    /** The path to the config file that the server was defined in */
     const char *defn_name;
     /** The line of the config file that the server was defined on */
     unsigned defn_line_number;