diff options
-rw-r--r-- | source3/lib/tldap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/tldap.c b/source3/lib/tldap.c index 56cd870990..f97dc7c11d 100644 --- a/source3/lib/tldap.c +++ b/source3/lib/tldap.c @@ -2371,6 +2371,7 @@ void tldap_msg_sctrls(struct tldap_message *msg, int *num_sctrls, if (msg == NULL) { *sctrls = NULL; *num_sctrls = 0; + return; } *sctrls = msg->res_sctrls; *num_sctrls = talloc_array_length(msg->res_sctrls); |