STABLE14-pr-changeentry-arg-types-20070105

oops. put it back


(cherry picked from commit aab62fe05e)
This commit is contained in:
Derrick Brashear 2007-01-05 06:05:55 +00:00
parent f8a6b76df7
commit b5efdc50b4

View File

@ -681,7 +681,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;
}