mirror of
https://tildegit.org/solene/iblock.git
synced 2024-11-22 10:10:07 +01:00
avoid colision with common table names
This commit is contained in:
parent
7f474df2ee
commit
f9d12c9ef5
2
main.c
2
main.c
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
|
||||||
#define DEFAULT_TABLE "blocked"
|
#define DEFAULT_TABLE "iblocked"
|
||||||
#define TABLE_LEN 32 /* see PF_TABLE_NAME_SIZE in net/pfvar.h */
|
#define TABLE_LEN 32 /* see PF_TABLE_NAME_SIZE in net/pfvar.h */
|
||||||
|
|
||||||
int main(int argc, char *argv[]){
|
int main(int argc, char *argv[]){
|
||||||
|
Loading…
Reference in New Issue
Block a user