summaryrefslogtreecommitdiffstats
path: root/ax25/ax25d.c
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2005-11-28 19:09:39 +0000
committerThomas Osterried <thomas@osterried.de>2005-11-28 19:09:39 +0000
commit7c99c9be202c48a862a28e4985a29876ba6f7f43 (patch)
tree3639b559e07789dd030ef76560b0b87ffddfab34 /ax25/ax25d.c
parentc331fdd1d6927e7323b01fa2a9c115703f327d6a (diff)
gcc4.0 is more pedantic than useful..
Diffstat (limited to 'ax25/ax25d.c')
-rw-r--r--ax25/ax25d.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ax25/ax25d.c b/ax25/ax25d.c
index e010aa2..459b429 100644
--- a/ax25/ax25d.c
+++ b/ax25/ax25d.c
@@ -1,5 +1,5 @@
/*
- * $Id: ax25d.c,v 1.2 2005/10/30 21:46:42 dl9sau Exp $
+ * $Id: ax25d.c,v 1.3 2005/11/28 19:09:39 dl9sau Exp $
*
* This is my version of axl.c, written for the LBBS code to make it
* compatable with the kernel AX25 driver. It appears to work, with
@@ -590,9 +590,9 @@ close_link:
//setproctitle("ax25d [%s]: disconnecting", User);
close(new);
return 0;
-login:
- //setproctitle("ax25d [%s]: login", User);
}
+login:
+ //setproctitle("ax25d [%s]: login", User);
SetupOptions(new, raxl);
WorkoutArgs(raxl->af_type, raxl->shell, &argc, argv);