summaryrefslogtreecommitdiffstats
path: root/netrom/nrattach.c
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2005-11-28 20:14:48 +0000
committerThomas Osterried <thomas@osterried.de>2005-11-28 20:14:48 +0000
commitbf12fec1a11c59c726fc6e13a7407fe3e330b2b1 (patch)
treed006496c0e5a38d21bd9ff6043041057cd2ab824 /netrom/nrattach.c
parent88538c36bafd014c2f39793f0cf5c4359c740bd6 (diff)
IP Address is now not mandatory anymore.
Diffstat (limited to 'netrom/nrattach.c')
-rw-r--r--netrom/nrattach.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/netrom/nrattach.c b/netrom/nrattach.c
index c3a9e63..bd6cb58 100644
--- a/netrom/nrattach.c
+++ b/netrom/nrattach.c
@@ -247,8 +247,10 @@ 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);