patch-2.4.10 linux/net/ax25/ax25_in.c

Next file: linux/net/bluetooth/af_bluetooth.c
Previous file: linux/net/ax25/af_ax25.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/net/ax25/ax25_in.c linux/net/ax25/ax25_in.c
@@ -431,7 +431,7 @@
 		}
 	} else {
 		/* Reverse the source SABM's path */
-		memcpy(&ax25->digipeat, &reverse_dp, sizeof(ax25_digi));
+		memcpy(ax25->digipeat, &reverse_dp, sizeof(ax25_digi));
 	}
 
 	if ((*skb->data & ~AX25_PF) == AX25_SABME) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)