Skip to content
Snippets Groups Projects
Commit 279d4f9a authored by Aastha Mehta's avatar Aastha Mehta
Browse files

replace #if with #ifdef

parent 8139df95
No related branches found
No related tags found
No related merge requests found
......@@ -1869,7 +1869,7 @@ static int tcp_v4_init_sock(struct sock *sk)
tcp_sk(sk)->af_specific = &tcp_sock_ipv4_specific;
#endif
#if CONFIG_XEN_SME
#ifdef CONFIG_XEN_SME
tcp_sk(sk)->dummy_out = 0;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment