- Fixed a couple of compile warnings

- First public monotone import

--HG--
extra : convert_revision : 79e029a8b3adf823f0b6f7d6b1b5c4b9ab868eaa
This commit is contained in:
Matt Johnston
2004-11-27 19:58:34 +00:00
parent 96823c424d
commit 3e53f28f6e
2 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ static void cli_session_init() {
/* Auth */
cli_ses.lastpubkey = NULL;
cli_ses.lastauthtype = NULL;
cli_ses.lastauthtype = 0;
/* For printing "remote host closed" for the user */
ses.remoteclosed = cli_remoteclosed;