diff 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
line wrap: on
line diff
--- a/cli-session.c	Wed Nov 03 13:47:44 2004 +0000
+++ b/cli-session.c	Sat Nov 27 19:58:34 2004 +0000
@@ -123,7 +123,7 @@
 
 	/* 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;