Wireshark-commits: [Wireshark-commits] master 4015992: sshdump: remove redundant ssh_userauth_agent
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4015992a89b0634bcdce2d1e96d06603a81e9a02
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
4015992 by Peter Wu (peter@xxxxxxxxxxxxx):
sshdump: remove redundant ssh_userauth_agent call
Since the original introduction of sshdump, ssh_userauth_publickey_auto
was already in use which would try the ssh-agent on non-Windows
platforms. There is no need to explicitly call ssh_userauth_agent which
is dead code anyway due to a typo in the macro name.
Change-Id: I976ec3da9e35ade63983ba5ca01163714d466912
Reviewed-on: https://code.wireshark.org/review/37476
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 78bcdca [Automatic update for 2020-06-14]
add 4015992 sshdump: remove redundant ssh_userauth_agent call
Summary of changes:
extcap/CMakeLists.txt | 3 ---
extcap/ssh-base.c | 10 ----------
2 files changed, 13 deletions(-)