blob: d798b068761f3aec470b779c5870e1638f9adf1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.1 2007/12/21 13:30:13 obache Exp $
--- lib/config/commconf.c.orig 2000-05-23 07:53:10.000000000 +0000
+++ lib/config/commconf.c
@@ -365,7 +365,7 @@ config_interface (uii_connection_t * uii
uii->state = UII_CONFIG_INTERFACE;
Delete (name);
- LL_Iterate (CONFIG_MRTD->ll_interfaces, (char *) ip) {
+ LL_Iterate (CONFIG_MRTD->ll_interfaces, ip) {
if (ip == interface)
return (0);
}
|