patch-2.4.2 linux/net/irda/irlan/irlan_client.c

Next file: linux/net/irda/irlan/irlan_eth.c
Previous file: linux/net/irda/compressors/irda_deflate.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/net/irda/irlan/irlan_client.c linux/net/irda/irlan/irlan_client.c
@@ -120,8 +120,9 @@
 			return;
 	}
 
-	/* Address may have changed! */
+	/* Addresses may have changed! */
 	self->saddr = saddr;
+	self->daddr = daddr;
 
 	if (self->disconnect_reason == LM_USER_REQUEST) {
 			IRDA_DEBUG(0, __FUNCTION__ "(), still stopped by user\n");

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