tcp: undo initial congestion window on false SYN timeout
[linux-2.6-microblaze.git] / net / ipv4 / fib_lookup.h
index e6ff282..7945f05 100644 (file)
@@ -45,6 +45,7 @@ static inline void fib_result_assign(struct fib_result *res,
 {
        /* we used to play games with refcounts, but we now use RCU */
        res->fi = fi;
+       res->nhc = fib_info_nhc(fi, 0);
 }
 
 struct fib_prop {