summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-04-12 08:56:10 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-04-12 09:34:02 -0400
commit27b5b511940f5cfc7a6d065dc18e65742bd7840a (patch)
tree81c169ad84fff55d8ce755890dd2a06b372402d7
parent7f25107b559705bf2520d1ed260100ba29121f91 (diff)
downloadsssd-1.5.1-27.el5.tar.gz
sssd-1.5.1-27.el5.tar.xz
sssd-1.5.1-27.el5.zip
Initialise rootdse to NULL if not availablesssd-1.5.1-27.el5
-rw-r--r--src/providers/ldap/sdap_async_connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_async_connection.c b/src/providers/ldap/sdap_async_connection.c
index bae412c7b..1a61f15fe 100644
--- a/src/providers/ldap/sdap_async_connection.c
+++ b/src/providers/ldap/sdap_async_connection.c
@@ -1261,6 +1261,7 @@ static void sdap_cli_rootdse_done(struct tevent_req *subreq)
* work properly.
*/
state->use_rootdse = false;
+ rootdse = NULL;
}
else {