From f86adbc60833d5eafd664602b62797d37c9d61b9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 25 Apr 2006 23:37:28 +0200 Subject: [PATCH] More ipaccess work-arounds (will be gone soon). --- lib/ipaccess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ipaccess.h b/lib/ipaccess.h index 8e003bdc..2fed62a3 100644 --- a/lib/ipaccess.h +++ b/lib/ipaccess.h @@ -19,6 +19,6 @@ int ipaccess_check(clist *l, u32 ip); struct ipaccess_list { }; #define ipaccess_init() NULL #define ipaccess_parse(x,y,z) NULL -#define ipaccess_check(x,y) 0 +#define ipaccess_check_xxx(x,y) 0 #endif -- 2.39.5