]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-afsd-ubik-20070722
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 23 Jul 2007 00:10:17 +0000 (00:10 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 23 Jul 2007 00:10:17 +0000 (00:10 +0000)
not currently in use but replace ubik_Call(FOO,...) with ubik_FOO(...)

(cherry picked from commit 8ba66b7ff5f78463420bed521d0cf78f708497ed)

src/WINNT/afsd/cm_ioctl.c

index b5bd96e15ee7f04131eb83eab5dd4e2425881272..9d9ab25ff80cc112f01b63098785290dff320919 100644 (file)
@@ -1995,7 +1995,7 @@ long cm_UsernameToId(char *uname, cm_ucell_t * ucellp, afs_uint32* uid)
     if (r && !stricmp(r+1,ucellp->cellp->name))
        *r = '\0';
 
-    code = ubik_Call(PR_NameToID, pruclient, 0, &lnames, &lids);
+    code = ubik_PR_NameToID(pruclient, 0, &lnames, &lids);
     if (lids.idlist_val) {
        *uid = *lids.idlist_val;
        free(lids.idlist_val);