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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c803 char *next_dn = dn; local
842 if (next_dn = strchr(dn, ',')) {
843 next_dn++;
844 dn = next_dn;

Completed in 64 milliseconds