From 5f5d1604492ae15967f9d86f41fbeeedcae0ae2b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 8 Jul 1999 06:44:55 +0200 Subject: Import ax25-tools 0.0.3 from tarball --- netrom/netromd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'netrom/netromd.c') 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; -- cgit v1.2.3