From 18dd9bfbbf17979b9fd1daf88c130bf1536dfdda Mon Sep 17 00:00:00 2001 From: Source Maintenance Date: Tue, 22 Dec 2015 12:12:11 +0000 Subject: [PATCH] SourceFormat Enforcement --- src/peer_proxy_negotiate_auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3