Searched refs:profile_path (Results 1 – 1 of 1) sorted by relevance
109 char *profile_path; local128 profile_path = malloc(2 + krb5_config_len + kdc_config_len);129 if (profile_path == NULL) {134 strcpy(profile_path, kdc_config);136 profile_path[0] = 0;140 strcat(profile_path, ":");141 strcat(profile_path, filenames[i]);145 kret = profile_init_path(profile_path, &profile);146 free(profile_path);