]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix NIS helper header-guard
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 4 Mar 2024 15:05:41 +0000 (22:05 +0700)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 5 Mar 2024 07:42:19 +0000 (20:42 +1300)
src/auth/basic/NIS/nis_support.h

index 01b9dbf5bebd2d6c5199f3ed43d2eddbced5672a..9c30298419de385aaae42a7466d7e98e75832cb5 100644 (file)
@@ -8,9 +8,6 @@
 #ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H
 #define SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H
 
-#ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H
-#define SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H
-
 extern char * get_nis_password(char *user, char *nisdomain, char *nismap);
 
 #endif /* SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H */