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 --- ax25/axctl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ax25/axctl.c') 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"); -- cgit v1.2.3