Loading net/netfilter/ipvs/ip_vs_sync.c +11 −13 Original line number Diff line number Diff line Loading @@ -381,7 +381,6 @@ static void ip_vs_process_message(const char *buffer, const size_t buflen) } } { if (ip_vs_conn_fill_param_sync(AF_INET, s->protocol, (union nf_inet_addr *)&s->caddr, s->cport, Loading @@ -394,7 +393,6 @@ static void ip_vs_process_message(const char *buffer, const size_t buflen) cp = ip_vs_conn_in_get(¶m); else cp = ip_vs_ct_in_get(¶m); } if (!cp) { /* * Find the appropriate destination for the connection. Loading Loading
net/netfilter/ipvs/ip_vs_sync.c +11 −13 Original line number Diff line number Diff line Loading @@ -381,7 +381,6 @@ static void ip_vs_process_message(const char *buffer, const size_t buflen) } } { if (ip_vs_conn_fill_param_sync(AF_INET, s->protocol, (union nf_inet_addr *)&s->caddr, s->cport, Loading @@ -394,7 +393,6 @@ static void ip_vs_process_message(const char *buffer, const size_t buflen) cp = ip_vs_conn_in_get(¶m); else cp = ip_vs_ct_in_get(¶m); } if (!cp) { /* * Find the appropriate destination for the connection. Loading