pr-changeentry-arg-types-20060921

FIXES 40568

this has been broken a while, we just noticed it because of prototypes
This commit is contained in:
Derrick Brashear 2006-09-21 22:10:28 +00:00
parent b613480bd5
commit 955a58a5a8

View File

@ -682,7 +682,7 @@ pr_ChangeEntry(char *oldname, char *newname, afs_int32 *newid, char *newowner)
if (oid == ANONYMOUSID)
return PRNOENT;
}
code = ubik_PR_ChangeEntry(pruclient, 0, id, newname, oid, newid);
code = ubik_PR_ChangeEntry(pruclient, 0, id, newname, oid, *newid);
return code;
}