sshdump: remove redundant ssh_userauth_agent call
authorPeter Wu <peter@lekensteyn.nl>
Sun, 14 Jun 2020 16:28:11 +0000 (18:28 +0200)
committerPeter Wu <peter@lekensteyn.nl>
Sun, 14 Jun 2020 21:47:33 +0000 (21:47 +0000)
commit4015992a89b0634bcdce2d1e96d06603a81e9a02
treec511e7b27f925eb30ce07df25dc88ff8c0d116d4
parent78bcdca8d35dae35999bd94fcc8565d3ddb46d48
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@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@gmail.com>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
extcap/CMakeLists.txt
extcap/ssh-base.c