lib: Fix rundown of open_socket_out()
authorVolker Lendecke <vl@samba.org>
Mon, 29 Jun 2015 17:00:55 +0000 (19:00 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 30 Jun 2015 18:24:37 +0000 (20:24 +0200)
commit6fc65aaf956f35e2068e2a6f8521af2f2351d31e
tree20ab2680a73782c62db1ee7f6507a3c7c9cbf32c
parent36272ac1983da95912c32ab249d1ecb2dd1041d7
lib: Fix rundown of open_socket_out()

Under valgrind I've seen the abort in async_connect_cleanup kick in. Yes, it's
good that we check these return codes!

Bug: https://bugzilla.samba.org/show_bug.cgi?id=11316
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: "Stefan (metze) Metzmacher" <metze@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue Jun 30 20:24:37 CEST 2015 on sn-devel-104
source3/lib/util_sock.c