blob: 980a5445fefd1d51a4be3331931ce65ab25f738c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- icb/main.c.orig 2000-12-12 16:02:07.000000000 +0900
+++ icb/main.c 2012-10-25 18:18:39.000000000 +0900
@@ -279,7 +279,7 @@
#endif
readlineinit();
if (restrictflg && !gv.restricted)
- restrict();
+ icb_restrict();
}
/* try to connect to port - if it fails, start server if we are on */
|