]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/basic_auth/MSNT/allowusers.cc
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / MSNT / allowusers.cc
index d5963ec8de08fd742379716d775374aa264aee06..2c78d800b2fc601d1d3c068d878657676e13f5f6 100644 (file)
@@ -30,7 +30,7 @@ static usersfile AllowUsers;
 static int init = 0;
 
 /* shared */
-char Allowuserpath[MAXPATHLEN];        /* MAXPATHLEN defined in param.h */
+char Allowuserpath[MAXPATHLEN]; /* MAXPATHLEN defined in param.h */
 
 int
 Read_allowusers(void)
@@ -56,3 +56,4 @@ Check_forallowchange(void)
 {
     Check_forfilechange(&AllowUsers);
 }
+