From b666dbf819f9157a4afef2094ec961d216d802b5 Mon Sep 17 00:00:00 2001 From: Philipp Reisner Date: Thu, 26 Jul 2012 14:12:59 +0200 Subject: [PATCH] drbd: Remove redundant and wrong test for NULL simplification in conn_connect() Since the drbd_socket_okay() function itself tests if the the socket is NULL, the explicit test "if (sock.socket && &msock.socket)" was redundent. Apart from that the address opperator ('&') before msock.socket rendered the test pointless. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-format-patch failed