Searched defs:enable_shadow (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_writes.c1391 int **enable_shadow = NULL; local
1395 (void ***)&enable_shadow, &errorp) != NS_LDAP_SUCCESS) {
1400 if ((enable_shadow != NULL && *enable_shadow != NULL) &&
1401 (*enable_shadow[0] == NS_LDAP_ENABLE_SHADOW_UPDATE_TRUE)) {
1402 (void) __ns_ldap_freeParam((void ***)&enable_shadow);
1405 if (enable_shadow != NULL)
1406 (void) __ns_ldap_freeParam((void ***)&enable_shadow);

Completed in 56 milliseconds