diff svr-session.c @ 876:5bfce5dcd461

Fix disabling DSS key
author Matt Johnston <matt@ucc.asn.au>
date Tue, 03 Dec 2013 21:26:59 +0800
parents 220f55d540ae
children bae0b34bc059 7cd89d4e0335
line wrap: on
line diff
--- a/svr-session.c	Tue Dec 03 21:13:58 2013 +0800
+++ b/svr-session.c	Tue Dec 03 21:26:59 2013 +0800
@@ -142,7 +142,7 @@
 	if (!sessinitdone) {
 		/* before session init */
 		snprintf(fmtbuf, sizeof(fmtbuf), 
-				"Premature exit: %s", format);
+				"Early exit: %s", format);
 	} else if (ses.authstate.authdone) {
 		/* user has authenticated */
 		snprintf(fmtbuf, sizeof(fmtbuf),