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

Commit 4c1d8d06 authored by Daniel Baluta's avatar Daniel Baluta Committed by David S. Miller
Browse files

net: fix psock_fanout selftest bind error message

parent 70386d40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ static void pair_udp_open(int fds[], uint16_t port)
		exit(1);
	}
	if (connect(fds[0], (void *) &daddr, sizeof(daddr))) {
		perror("bind");
		perror("connect");
		exit(1);
	}
}