mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
DEVEL15-pr-changeentry-arg-types-20060921
FIXES 40568 this has been broken a while, we just noticed it because of prototypes (cherry picked from commit 955a58a5a850da4caeba9b45b0e8ff27a143b725)
This commit is contained in:
parent
2e96cf69ae
commit
f3296f56ca
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user