aboutsummaryrefslogtreecommitdiffstats
path: root/www/bozohttpd/files/patch-auth-bozo.c
blob: ee482be338880f57cb0c363f054542a07a2079c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- auth-bozo.c.orig	2024-02-04 05:55:04 UTC
+++ auth-bozo.c
@@ -111,9 +111,9 @@ bozo_auth_check(bozo_httpreq_t *request, const char *f
 				break;
 			fclose(fp);
 
-#ifndef NO_BLOCKLIST_SUPPORT
-			pfilter_notify(BLOCKLIST_AUTH_OK, 200);
-#endif /* !NO_BLOCKLIST_SUPPORT */
+#ifndef NO_BLACKLIST_SUPPORT
+			pfilter_notify(BLACKLIST_AUTH_OK, 200);
+#endif /* !NO_BLACKLIST_SUPPORT */
 
 			return 0;
 		}