summaryrefslogtreecommitdiffstats
path: root/ax25/axctl.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/axctl.c
parent1b4023134b5ff6342301c8135b11df46546d2828 (diff)
Import ax25-tools 0.0.3 from tarballax25-tools-0.0.3
Diffstat (limited to 'ax25/axctl.c')
-rw-r--r--ax25/axctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ax25/axctl.c b/ax25/axctl.c
index 3d7c780..3b453c3 100644
--- a/ax25/axctl.c
+++ b/ax25/axctl.c
@@ -89,6 +89,8 @@ int main(int argc, char **argv)
else if (strcmp(argv[4], "-paclen") == 0)
ax25_ctl.cmd = AX25_PACLEN;
}
+
+ ax25_ctl.digi_count = 0;
if (ioctl(s, SIOCAX25CTLCON, &ax25_ctl) != 0) {
perror("axctl: SIOAX25CTLCON");