diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-30 23:55:05 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-30 23:55:05 +0800 |
commit | 9c7485331a581d1ff32f9caf005e7b13fa1c051e (patch) | |
tree | ae4945330518e38d3dad9d51a5b542fb85cece7b /cli-session.c | |
parent | 99d9cf500b30c77107bf8477dd55831626f9beaf (diff) |
Get rid of client/server specific buf_match_algo, use single
function with a couple of if statements instead
--HG--
branch : kexguess
Diffstat (limited to 'cli-session.c')
-rw-r--r-- | cli-session.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli-session.c b/cli-session.c index cc514bb..590bfcc 100644 --- a/cli-session.c +++ b/cli-session.c @@ -148,7 +148,6 @@ static void cli_session_init() { /* For printing "remote host closed" for the user */ ses.remoteclosed = cli_remoteclosed; - ses.buf_match_algo = cli_buf_match_algo; /* packet handlers */ ses.packettypes = cli_packettypes; |