summaryrefslogtreecommitdiffstats
path: root/netrom/netromd.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-07-08 06:44:55 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-07-08 06:44:55 +0200
commit5f5d1604492ae15967f9d86f41fbeeedcae0ae2b (patch)
treebcecfd65dc578eabfaee10b1e039c467ac89d8b5 /netrom/netromd.c
parent1b4023134b5ff6342301c8135b11df46546d2828 (diff)
Import ax25-tools 0.0.3 from tarballax25-tools-0.0.3
Diffstat (limited to 'netrom/netromd.c')
-rw-r--r--netrom/netromd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/netrom/netromd.c b/netrom/netromd.c
index 5fab52d..15fc0e4 100644
--- a/netrom/netromd.c
+++ b/netrom/netromd.c
@@ -44,8 +44,8 @@ struct port_struct port_list[20];
int port_count = FALSE;
int compliant = FALSE;
-int debug = FALSE;
int logging = FALSE;
+int debug = 0;
ax25_address my_call;
ax25_address node_call;
@@ -147,7 +147,7 @@ int main(int argc, char **argv)
compliant = TRUE;
break;
case 'd':
- debug = TRUE;
+ debug++;
break;
case 'i':
timelast = 0;