mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
Add config options. ChangeLog: http://www.eterna.com.au/bozohttpd/CHANGES PR: 253542 Submitted by: henrik@gulbra.net Reviewed by: jmohacsi@bsd.hu (maintainer)
15 lines
407 B
C
15 lines
407 B
C
--- auth-bozo.c.orig 2021-02-14 09:39:00 UTC
|
|
+++ auth-bozo.c
|
|
@@ -106,9 +106,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;
|
|
}
|