Searched refs:newpwddns (Results 1 – 1 of 1) sorted by relevance
993 char **newpwddns = NULL; local1721 newpwddns = (char**) calloc(MAX_LIST_ENTRIES, sizeof(char*));1722 if (newpwddns == NULL) {1729 newpwddns[j] = strdup(rparams->passwdservers[j]);1730 if (newpwddns[j] == NULL) {1735 newpwddns[j] = NULL;1739 disjoint_members(oldpwddns, newpwddns);1784 if (newpwddns) {1785 for (i=0; (newpwddns[i] != NULL); i++) {1787 LDAP_PASSWD_SERVICE, newpwddns[i],[all …]