Skip to content

Commit 3f23ac0

Browse files
committed
Quick fix to make it compile
1 parent d93ad36 commit 3f23ac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/linux/tcp.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ static inline void tcp_clear_options(struct tcp_options_received *rx_opt)
119119
rx_opt->smc_ok = 0;
120120
#endif
121121
#if IS_ENABLED(CONFIG_TCP_MIGRATE)
122-
rx_opt->migrate_enabled = 0;
122+
rx_opt->migrate_perm = 0;
123+
rx_opt->migrate_req = 0;
123124
rx_opt->migrate_token = 0;
124125
#endif
125126
}

0 commit comments

Comments
 (0)