From 955a58a5a850da4caeba9b45b0e8ff27a143b725 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 21 Sep 2006 22:10:28 +0000 Subject: [PATCH] pr-changeentry-arg-types-20060921 FIXES 40568 this has been broken a while, we just noticed it because of prototypes --- src/ptserver/ptuser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ptserver/ptuser.c b/src/ptserver/ptuser.c index 573c8944f..5c525f7c7 100644 --- a/src/ptserver/ptuser.c +++ b/src/ptserver/ptuser.c @@ -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; } -- 2.39.5