From c947f3b419b7c4a219d4d23f5ab8a8b0100aeb22 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Thu, 18 Jun 2015 15:54:28 -0400 Subject: [PATCH] afs: document missing afs_Analyze parm rxconn was missing from the comments; add it. Reviewed-on: https://gerrit.openafs.org/12004 Reviewed-by: Perry Ruiter Tested-by: BuildBot Reviewed-by: Benjamin Kaduk (cherry picked from commit b3e85976936239e30d44da00bf28fbe8487f6998) Change-Id: I8a56824b9e14971b7e04698ef449daf3d8422889 Reviewed-on: https://gerrit.openafs.org/12341 Tested-by: BuildBot Reviewed-by: Mark Vitale Reviewed-by: Stephan Wiesand --- src/afs/afs_analyze.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/afs/afs_analyze.c b/src/afs/afs_analyze.c index dea580ba7b..58931ad533 100644 --- a/src/afs/afs_analyze.c +++ b/src/afs/afs_analyze.c @@ -395,6 +395,7 @@ afs_PrintServerErrors(struct vrequest *areq, struct VenusFid *afid) * * Arguments: * aconn : Ptr to the relevant connection on which the call was made. + * rxconn: Ptr to the rx_connection * acode : The return code experienced by the RPC. * afid : The FID of the file involved in the action. This argument * may be null if none was involved.