]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix missing semicolon in rev.15203
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 17 Jun 2017 07:51:42 +0000 (19:51 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 17 Jun 2017 07:51:42 +0000 (19:51 +1200)
src/acl/external/kerberos_ldap_group/kerberos_ldap_group.cc

index b5117a3bb7c85d4597fe51e1962f51dd0676ec5f..6eeea7df5582abde4b822bb418b24e9b1e10b00f 100644 (file)
@@ -494,7 +494,7 @@ main(int argc, char *const argv[])
         fprintf(stdout, "ERR\n");
         fprintf(stderr, "LDAP group authorisation not supported\n");
     }
-    return EXIT_SUCCESS
+    return EXIT_SUCCESS;
 }
 #endif