summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2009-11-02 12:24:14 +0000
committerThomas Osterried <thomas@osterried.de>2009-11-02 12:24:14 +0000
commit91e134d79d1a4828875142f732a74c4c609b5c92 (patch)
treedf6197e179c9c65a28e9001378cc52a8204639d6
parent9bc37184cf52eef6a50cb29667e1231818fc2ca0 (diff)
Fix for a problem I introduced in 2005.
Thanks to Bernard <f6bvp> for reporting this problem.
-rw-r--r--netrom/nrattach.c2
1 files changed, 0 insertions, 2 deletions
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);