diff svr-service.c @ 22:c1e5d9195402

merge of abac2150ee4f4031a98016241fbd136d24fed127 and ffa047425729e478a5b49b1ab0f8ec71c08a1421
author Matt Johnston <matt@ucc.asn.au>
date Wed, 23 Jun 2004 07:14:16 +0000
parents fe6bca95afa7
children f789045062e6
line wrap: on
line diff
--- a/svr-service.c	Mon Jun 07 11:36:07 2004 +0000
+++ b/svr-service.c	Wed Jun 23 07:14:16 2004 +0000
@@ -56,7 +56,7 @@
 	/* ssh-connection */
 	if (len == SSH_SERVICE_CONNECTION_LEN &&
 			(strncmp(SSH_SERVICE_CONNECTION, name, len) == 0)) {
-		if (svr_ses.authstate.authdone != 1) {
+		if (ses.authdone != 1) {
 			dropbear_exit("request for connection before auth");
 		}