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

src/WINNT/afsd/cm_ioctl.c

index be54d65f42e2ee4c9e7aebdabbef18902932ac0b..7b78034f84ee994c66cc92d1e2b92648f9a5e92f 100644 (file)
@@ -1977,7 +1977,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);