summaryrefslogtreecommitdiffstats
path: root/ax25/ax25d.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 /ax25/ax25d.c
parent1b4023134b5ff6342301c8135b11df46546d2828 (diff)
Import ax25-tools 0.0.3 from tarballax25-tools-0.0.3
Diffstat (limited to 'ax25/ax25d.c')
-rw-r--r--ax25/ax25d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/ax25d.c b/ax25/ax25d.c
index 86d3895..9be7d34 100644
--- a/ax25/ax25d.c
+++ b/ax25/ax25d.c
@@ -679,7 +679,7 @@ static int ReadConfig(void)
int af_type = 0; /* Keep GCC happy */
int line = 0;
int hunt = TRUE, error = FALSE;
- int iamdigi = FALSE, yes;
+ int iamdigi = FALSE;
int parameters = 0;
memset(&axl_defaults, 0, sizeof(axl_defaults));