mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 01:03:12 +02:00
...
This commit is contained in:
+2
-2
@@ -213,10 +213,10 @@ src/auth.obj: src/auth.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/auth.c
|
||||
|
||||
src/cidr.obj: src/cidr.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/cidr.obj
|
||||
$(CC) $(CFLAGS) src/cidr.c
|
||||
|
||||
src/ssl.obj: src/ssl.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/ssl.obj
|
||||
$(CC) $(CFLAGS) src/ssl.c
|
||||
|
||||
src/l_commands.obj: src/modules/l_commands.c $(INCLUDES)
|
||||
$(CC) $(CFLAGS) src/modules/l_commands.c
|
||||
|
||||
@@ -270,6 +270,5 @@ match_ipv4(struct IN_ADDR *addr, struct IN_ADDR *mask, int bits)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int match_ip(struct IN_ADDR *addr, struct IN_ADDR *mask, int bits, int type) {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user