From 6770d9b9ff2b9ba21426a89dc705cb2169dadb99 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sat, 10 Dec 2005 18:35:58 +0000 Subject: commenting out startiface() was not really wise. --- kiss/kissattach.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kiss/kissattach.c b/kiss/kissattach.c index 18de11e..9e1421e 100644 --- a/kiss/kissattach.c +++ b/kiss/kissattach.c @@ -332,11 +332,9 @@ int main(int argc, char *argv[]) return 1; } -#ifdef notdef /* ax25 ifaces should not really need to have an IP address assigned to */ if (!startiface(dev, hp)) return 1; -#endif printf("AX.25 port %s bound to device %s\n", portname, dev); -- cgit v1.2.3