1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r14423: don't die on no controls

(This used to be commit 9787fb8e91)
This commit is contained in:
Andrew Tridgell 2006-03-15 05:30:39 +00:00 committed by Gerald (Jerry) Carter
parent 66fe18750c
commit f9827c2ad1

View File

@ -1332,7 +1332,9 @@ BOOL ldap_decode(struct asn1_data *data, struct ldap_message *msg)
} }
if (ctrl != NULL) {
ctrl[i] = NULL; ctrl[i] = NULL;
}
msg->controls = ctrl; msg->controls = ctrl;