From d64940d823b7d860ef65e000f084fd3f62b51d81 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 5 Nov 2010 12:20:21 +0100 Subject: Review comments for namingContexts patches --- src/providers/ldap/sdap_async.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/providers/ldap/sdap_async.c') diff --git a/src/providers/ldap/sdap_async.c b/src/providers/ldap/sdap_async.c index 01cd96701..6808ceaa9 100644 --- a/src/providers/ldap/sdap_async.c +++ b/src/providers/ldap/sdap_async.c @@ -646,16 +646,16 @@ struct tevent_req *sdap_get_rootdse_send(TALLOC_CTX *memctx, struct tevent_req *req, *subreq; struct sdap_get_rootdse_state *state; const char *attrs[] = { - "*", - "altServer", - SDAP_ROOTDSE_ATTR_NAMING_CONTEXTS, - "supportedControl", - "supportedExtension", - "supportedFeatures", - "supportedLDAPVersion", - "supportedSASLMechanisms", + "*", + "altServer", + SDAP_ROOTDSE_ATTR_NAMING_CONTEXTS, + "supportedControl", + "supportedExtension", + "supportedFeatures", + "supportedLDAPVersion", + "supportedSASLMechanisms", SDAP_ROOTDSE_ATTR_DEFAULT_NAMING_CONTEXT, - NULL + NULL }; DEBUG(9, ("Getting rootdse\n")); -- cgit