ptuser: guarantee that all names are valid C strings
[openafs.git] / src / libadmin / pts / afs_ptsAdmin.c
index 845bab8..80f7d4c 100644 (file)
@@ -342,7 +342,7 @@ TranslatePTSIds(const afs_cell_handle_p cellHandle, namelist * names,
     int rc = 0;
     afs_status_t tst = 0;
 
-    tst = ubik_PR_IDToName(cellHandle->pts, 0, ids, names);
+    tst = string_PR_IDToName(cellHandle->pts, 0, ids, names);
 
     if (tst) {
        goto fail_TranslatePTSIds;