]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove duplicated "CookieTracking" directive in 'command_rec'.
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 28 Feb 2020 06:07:26 +0000 (06:07 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 28 Feb 2020 06:07:26 +0000 (06:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874601 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_usertrack.c

index a6ef3afe63ad2b126ff676e2017b2bb59a686c60..8ddff6624f188f7ee0b4e2bdc057aa895d107ba6 100644 (file)
@@ -483,8 +483,6 @@ static const command_rec cookie_log_cmds[] = {
                  "whether or not to enable cookies"),
     AP_INIT_TAKE1("CookieName", set_cookie_name, NULL, OR_FILEINFO,
                   "name of the tracking cookie"),
-    AP_INIT_FLAG("CookieTracking", set_cookie_enable, NULL, OR_FILEINFO,
-                 "whether or not to enable cookies"),
     AP_INIT_TAKE1("CookieSameSite", set_samesite_value, NULL, OR_FILEINFO,
                   "SameSite setting"),
     AP_INIT_FLAG("CookieSecure", ap_set_flag_slot,