From: Source Maintenance Date: Tue, 22 Dec 2015 12:12:11 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_4~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18dd9bfbbf17979b9fd1daf88c130bf1536dfdda;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/peer_proxy_negotiate_auth.h b/src/peer_proxy_negotiate_auth.h index 1816f4346c..eb82aabeaa 100644 --- a/src/peer_proxy_negotiate_auth.h +++ b/src/peer_proxy_negotiate_auth.h @@ -11,7 +11,7 @@ #if HAVE_AUTH_MODULE_NEGOTIATE && HAVE_KRB5 && HAVE_GSSAPI -#define PEER_PROXY_NEGOTIATE_NOKEYTAB 1 +#define PEER_PROXY_NEGOTIATE_NOKEYTAB 1 /* upstream proxy authentication */ SQUIDCEXTERN char *peer_proxy_negotiate_auth(char *principal_name, char *proxy, int flags);