Files
gerrit/gerrit-sshd
Ben Beetle c57cc47865 Don't duplicate commandName in SSH log
Using an enhanced for loop caused it to include arg[0]
which duplicated commandName. Now it uses an explicit
for loop starting at index 1 to avoid this.

Change-Id: Ie1db7d41c1670ba463f8c8002560192183015113
2014-12-05 17:29:13 -05:00
..