Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ae246a1 authored by Simon Horman's avatar Simon Horman
Browse files

IPVS: Remove useless { } block from ip_vs_process_message()

parent d494262b
Loading
Loading
Loading
Loading
+11 −13
Original line number Diff line number Diff line
@@ -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,
@@ -394,7 +393,6 @@ static void ip_vs_process_message(const char *buffer, const size_t buflen)
			cp = ip_vs_conn_in_get(&param);
		else
			cp = ip_vs_ct_in_get(&param);
		}
		if (!cp) {
			/*
			 * Find the appropriate destination for the connection.