From 69a99e92aefbcbf95cdc25805b7ce511cadaac96 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Thu, 21 Aug 2014 18:16:29 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/peer_proxy_negotiate_auth.cc | 2 +- tools/squidclient/gssapi_support.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/peer_proxy_negotiate_auth.cc b/src/peer_proxy_negotiate_auth.cc index e895158feb..793e694ca1 100644 --- a/src/peer_proxy_negotiate_auth.cc +++ b/src/peer_proxy_negotiate_auth.cc @@ -331,7 +331,7 @@ restart: error_message(code)); return (1); } -#elif USE_HEIMDAL_KRB5 && HAVE_KRB5_GET_MAX_TIME_SKEW +#elif USE_HEIMDAL_KRB5 && HAVE_KRB5_GET_MAX_TIME_SKEW skew = krb5_get_max_time_skew(kparam.context); #elif USE_HEIMDAL_KRB5 && HAVE_MAX_SKEW_IN_KRB5_CONTEXT skew = kparam.context->max_skew; diff --git a/tools/squidclient/gssapi_support.h b/tools/squidclient/gssapi_support.h index f4b9135c5b..7d2f598e10 100644 --- a/tools/squidclient/gssapi_support.h +++ b/tools/squidclient/gssapi_support.h @@ -3,7 +3,6 @@ #if HAVE_GSSAPI - #if USE_HEIMDAL_KRB5 #if HAVE_GSSAPI_GSSAPI_H #include -- 2.47.2