From 99b9b9cf76f6550673f29e33cfd4511f13ff9056 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Tue, 4 Nov 2008 15:58:42 +0000 Subject: Fix compilation issues with the hdlc tests. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5228 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- hdlcstress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdlcstress.c') diff --git a/hdlcstress.c b/hdlcstress.c index 140c0ec..9bb9556 100644 --- a/hdlcstress.c +++ b/hdlcstress.c @@ -179,7 +179,7 @@ int main(int argc, char *argv[]) } ioctl(fd, DAHDI_GETEVENT); fasthdlc_precalc(); - fasthdlc_init(&fs); + fasthdlc_init(&fs, FASTHDLC_MODE_64); #if 0 print_packet(outbuf, res); printf("FCS is %x, PPP_GOODFCS is %x\n", -- cgit v1.2.3