summaryrefslogtreecommitdiffhomepage
path: root/cli-session.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-03-30 23:55:05 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-03-30 23:55:05 +0800
commit9c7485331a581d1ff32f9caf005e7b13fa1c051e (patch)
treeae4945330518e38d3dad9d51a5b542fb85cece7b /cli-session.c
parent99d9cf500b30c77107bf8477dd55831626f9beaf (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.c1
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;