diff svr-session.c @ 35:0ad5fb979f42

set the isserver flag (oops) fix password auth for the server
author Matt Johnston <matt@ucc.asn.au>
date Thu, 29 Jul 2004 02:19:03 +0000
parents f789045062e6
children 9ee8996a375f
line wrap: on
line diff
--- a/svr-session.c	Wed Jul 28 16:44:16 2004 +0000
+++ b/svr-session.c	Thu Jul 29 02:19:03 2004 +0000
@@ -96,6 +96,8 @@
 	ses.packettypes = svr_packettypes;
 	ses.buf_match_algo = svr_buf_match_algo;
 
+	ses.isserver = 1;
+
 	/* We're ready to go now */
 	sessinitdone = 1;