commit | b666dbf819f9157a4afef2094ec961d216d802b5 | [log] [tgz] |
---|---|---|
author | Philipp Reisner <philipp.reisner@linbit.com> | Thu Jul 26 14:12:59 2012 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Fri Nov 09 14:05:45 2012 +0100 |
tree | 8adfc3059d6fc0d2e2e223244c6945e68c200c07 | |
parent | 3174f8c5045ad247563434c4b4897bd89313eafc [diff] |
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 <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>