From 4051c5e96e921b69ac2a6e7bcb805cbc0a8f7993 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Thu, 14 Feb 2013 10:51:34 -0500 Subject: [PATCH] salvager: incorrect comment The comment for the code handling the -showsuid option was incorrect. Change-Id: I0a63211cf5dd8a3b2636d4e4a2cc45a55c3bf62a Reviewed-on: http://gerrit.openafs.org/9109 Reviewed-by: Jeffrey Altman Tested-by: BuildBot --- src/vol/salvager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vol/salvager.c b/src/vol/salvager.c index ef1709212..6d703616a 100644 --- a/src/vol/salvager.c +++ b/src/vol/salvager.c @@ -229,7 +229,7 @@ handleit(struct cmd_syndesc *as, void *arock) } if ((ti = as->parms[12].items)) /* -showlog */ ShowLog = 1; - if ((ti = as->parms[13].items)) { /* -log */ + if ((ti = as->parms[13].items)) { /* -showsuid */ Testing = 1; ShowSuid = 1; Showmode = 1; -- 2.39.5