diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-12-03 21:19:19 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-12-03 21:19:19 +0800 |
commit | 286b6b9f80b901528394fabb23a26a0c67dc8f88 (patch) | |
tree | ad29729f93d146f666b2776fbd1e062e07c78497 /cli-auth.c | |
parent | 220ba993a28aaed1f69fea92e5484da119904036 (diff) |
Remove unused cli_authinitialise
Diffstat (limited to 'cli-auth.c')
-rw-r--r-- | cli-auth.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -32,12 +32,6 @@ #include "packet.h" #include "runopts.h" -void cli_authinitialise() { - - memset(&ses.authstate, 0, sizeof(ses.authstate)); -} - - /* Send a "none" auth request to get available methods */ void cli_auth_getmethods() { TRACE(("enter cli_auth_getmethods")) |