From: Jeffrey Altman Date: Thu, 30 Jun 2005 06:06:54 +0000 (+0000) Subject: pts-logging-20050619 X-Git-Tag: openafs-devel-1_5_0~469 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0fed4743ae7763bf0b7c2c273cd54730e01f2249;p=packages%2Fo%2Fopenafs.git pts-logging-20050619 enhance pts logging --- diff --git a/src/ptserver/ptprocs.c b/src/ptserver/ptprocs.c index ca8916ec9..14eb3bf0d 100644 --- a/src/ptserver/ptprocs.c +++ b/src/ptserver/ptprocs.c @@ -1523,7 +1523,7 @@ SPR_ListEntry(call, aid, aentry) afs_int32 code; afs_int32 cid = ANONYMOUSID; - code = listEntry(call, aid, aentry, cid); + code = listEntry(call, aid, aentry, &cid); osi_auditU(call, PTS_LstEntEvent, code, AUD_LONG, aid, AUD_END); ViceLog(125, ("PTS_ListEntry: code %d cid %d aid %d", code, cid, aid)); return code;