s3-tldap: Fix dead code in tldap_sasl_bind_send().
authorAndreas Schneider <asn@samba.org>
Mon, 17 Dec 2012 13:21:01 +0000 (14:21 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 21 Dec 2012 12:56:00 +0000 (13:56 +0100)
commit7f8c8d80ef6553dc28f0bf6d9aa7a2c46ab55529
treeb1de7b66a4facd65728f344792d393ad3b28f958
parent7937a6afcbe38af271894364a44abd55207ba83b
s3-tldap: Fix dead code in tldap_sasl_bind_send().

dn can't be NULL cause it is set to "" in that case.

Found by Coverity.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source3/lib/tldap.c