]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/tcp_fastopen.c
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / net / ipv4 / tcp_fastopen.c
index 5da55e2b5cd22941b29abde6ef2993b79d97a848..e3d87aca6be8fafe02bec5a8f862a88a6fe79d50 100644 (file)
@@ -303,6 +303,7 @@ fastopen:
        } else if (foc->len > 0) /* Client presents an invalid cookie */
                NET_INC_STATS_BH(sock_net(sk), LINUX_MIB_TCPFASTOPENPASSIVEFAIL);
 
+       valid_foc.exp = foc->exp;
        *foc = valid_foc;
        return false;
 }