ctdbd_conn: Fix CID 1301580 Explicit null dereferenced
commit3073a2ee7e7e430631ec1516da4db2b311aea900
authorVolker Lendecke <vl@samba.org>
Thu, 23 Apr 2015 16:06:17 +0000 (23 18:06 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 29 May 2015 17:49:29 +0000 (29 19:49 +0200)
tree4490ca58d922e36d56503b138d456d124c00ed24
parent29546f2f9fe96e28dfab88ae84269758d6e9e3e7
ctdbd_conn: Fix CID 1301580 Explicit null dereferenced

Coverity does not really tell me which code path it sees where we could leave
hdr==NULL, but this check does not hurt.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ira Cooper <ira@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Fri May 29 19:49:30 CEST 2015 on sn-devel-104
source3/lib/ctdbd_conn.c