ports/www/bozohttpd/files/patch-auth-bozo.c
Fernando Apesteguía a6116545ad www/bozohttpd: update to 20201014
Add config options.

ChangeLog: http://www.eterna.com.au/bozohttpd/CHANGES

PR:	253542
Submitted by:	henrik@gulbra.net
Reviewed by:	jmohacsi@bsd.hu (maintainer)
2021-02-18 07:28:52 +00:00

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;
}