From 91e134d79d1a4828875142f732a74c4c609b5c92 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Mon, 2 Nov 2009 12:24:14 +0000 Subject: Fix for a problem I introduced in 2005. Thanks to Bernard for reporting this problem. --- netrom/nrattach.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'netrom') diff --git a/netrom/nrattach.c b/netrom/nrattach.c index ceda97d..49c5553 100644 --- a/netrom/nrattach.c +++ b/netrom/nrattach.c @@ -235,10 +235,8 @@ int main(int argc, char *argv[]) return 1; } -#ifdef notdef if (!startiface(dev, hp)) return 1; -#endif printf("NET/ROM port %s bound to device %s\n", argv[optind], dev); -- cgit v1.2.3