From: serassio <> Date: Sun, 16 Oct 2005 20:31:25 +0000 (+0000) Subject: Bug #1429: %ue does not work in logformat X-Git-Tag: SQUID_3_0_PRE4~587 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5407e45247df4b705826bec90fc33707fb7a2058;p=thirdparty%2Fsquid.git Bug #1429: %ue does not work in logformat The "%ue" entry is missing in the source. Patch From Gonzalo Arana. --- diff --git a/src/access_log.cc b/src/access_log.cc index 2cd63257b2..769cf666fd 100644 --- a/src/access_log.cc +++ b/src/access_log.cc @@ -1,6 +1,6 @@ /* - * $Id: access_log.cc,v 1.105 2005/09/17 05:50:07 wessels Exp $ + * $Id: access_log.cc,v 1.106 2005/10/16 14:31:25 serassio Exp $ * * DEBUG: section 46 Access Log * AUTHOR: Duane Wessels @@ -461,6 +461,7 @@ struct logformat_token_table_entry logformat_token_table[] = /*{ "ur", LFT_USER_REALM }, */ /*{ "us", LFT_USER_SCHEME }, */ {"ui", LFT_USER_IDENT}, + {"ue", LFT_USER_EXTERNAL}, {"Hs", LFT_HTTP_CODE}, /*{ "Ht", LFT_HTTP_STATUS }, */