patch-2.4.0-test3 linux/net/ax25/ax25_out.c
Next file: linux/net/ax25/ax25_route.c
Previous file: linux/net/ax25/ax25_in.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jun 26 18:06:55 2000
- Orig file:
v2.4.0-test2/linux/net/ax25/ax25_out.c
- Orig date:
Fri Jan 21 18:19:17 2000
diff -u --recursive --new-file v2.4.0-test2/linux/net/ax25/ax25_out.c linux/net/ax25/ax25_out.c
@@ -98,7 +98,7 @@
ax25_free_cb(ax25);
return NULL;
}
- *ax25->digipeat = *digi;
+ memcpy(ax25->digipeat, digi, sizeof(ax25_digi));
}
switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)