aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipv4/ip_options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_options.c b/net/ipv4/ip_options.c
index 01fc40965848..e82c304806bb 100644
--- a/net/ipv4/ip_options.c
+++ b/net/ipv4/ip_options.c
@@ -601,7 +601,7 @@ int ip_options_rcv_srr(struct sk_buff *skb)
601 unsigned long orefdst; 601 unsigned long orefdst;
602 int err; 602 int err;
603 603
604 if (!opt->srr || !rt) 604 if (!rt)
605 return 0; 605 return 0;
606 606
607 if (skb->pkt_type != PACKET_HOST) 607 if (skb->pkt_type != PACKET_HOST)