From: Eric Covener Date: Tue, 15 Jan 2019 10:14:57 +0000 (+0000) Subject: fix a misleading comment about s->defn_name X-Git-Tag: 2.5.0-alpha2-ci-test-only~2204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af1153e499c234def8d9eb38dd6461beb249497;p=thirdparty%2Fapache%2Fhttpd.git fix a misleading comment about s->defn_name git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851332 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 3b607658050..eab66b114be 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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;