comparison cli-session.c @ 136:fb7147e2fb04

- Fixed a couple of compile warnings - First public monotone import
author Matt Johnston <matt@ucc.asn.au>
date Sat, 27 Nov 2004 19:58:34 +0000
parents 10f4d3319780
children 0cfba3034be5
comparison
equal deleted inserted replaced
135:d663445c1533 136:fb7147e2fb04
121 cli_ses.retval = EXIT_SUCCESS; /* Assume it's clean if we don't get a 121 cli_ses.retval = EXIT_SUCCESS; /* Assume it's clean if we don't get a
122 specific exit status */ 122 specific exit status */
123 123
124 /* Auth */ 124 /* Auth */
125 cli_ses.lastpubkey = NULL; 125 cli_ses.lastpubkey = NULL;
126 cli_ses.lastauthtype = NULL; 126 cli_ses.lastauthtype = 0;
127 127
128 /* For printing "remote host closed" for the user */ 128 /* For printing "remote host closed" for the user */
129 ses.remoteclosed = cli_remoteclosed; 129 ses.remoteclosed = cli_remoteclosed;
130 ses.buf_match_algo = cli_buf_match_algo; 130 ses.buf_match_algo = cli_buf_match_algo;
131 131