diff options
Diffstat (limited to 'net/rxrpc/ar-error.c')
| -rw-r--r-- | net/rxrpc/ar-error.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/ar-error.c b/net/rxrpc/ar-error.c index a9206087b4d..db57458c824 100644 --- a/net/rxrpc/ar-error.c +++ b/net/rxrpc/ar-error.c @@ -83,6 +83,7 @@ void rxrpc_UDP_error_report(struct sock *sk)  		if (mtu == 0) {  			/* they didn't give us a size, estimate one */ +			mtu = peer->if_mtu;  			if (mtu > 1500) {  				mtu >>= 1;  				if (mtu < 1500)  | 
