libcli/ldap Don't try and encode a control with a NULL OID
authorAndrew Bartlett <abartlet@samba.org>
Wed, 20 Oct 2010 03:27:57 +0000 (14:27 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 Oct 2010 04:13:44 +0000 (04:13 +0000)
commit4a8c17a41cd8412247741afbcd8abad77b2a8113
tree23a9d4678161ea5fc0f5cf437d162ab6a5a63d07
parent39932f21dabbd96b6a1e7165d9289069cac87a3e
libcli/ldap Don't try and encode a control with a NULL OID

ctrl->oid is set to NULL by the Samba4 rootDSE module when removing
controls that should not be exposed over LDAP (to avoid a realloc).

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Oct 20 04:13:44 UTC 2010 on sn-devel-104
libcli/ldap/ldap_message.c