version 1.113.2.1, 2006/04/11 16:07:17
|
version 1.113.2.2, 2006/04/18 17:33:08
|
Line 1
|
Line 1
|
/* root_dse.c - Provides the Root DSA-Specific Entry */ |
/* root_dse.c - Provides the Root DSA-Specific Entry */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.114 2006/04/06 19:29:38 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.113.2.1 2006/04/11 16:07:17 kurt Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1999-2006 The OpenLDAP Foundation. |
* Copyright 1999-2006 The OpenLDAP Foundation. |
Line 477 slap_discover_feature(
|
Line 477 slap_discover_feature(
|
return rc; |
return rc; |
} |
} |
|
|
rc = ldap_set_option( ld, LDAP_OPT_PROTOCOL_VERSION, &version ); |
rc = ldap_set_option( ld, LDAP_OPT_PROTOCOL_VERSION, |
|
(const void *)&version ); |
if ( rc != LDAP_SUCCESS ) { |
if ( rc != LDAP_SUCCESS ) { |
goto done; |
goto done; |
} |
} |