diff common-session.c @ 107:d3eb1fa8484e

Nasty.
author Matt Johnston <matt@ucc.asn.au>
date Tue, 24 Aug 2004 18:12:18 +0000
parents 8aeac62a968f
children 10f4d3319780
line wrap: on
line diff
--- a/common-session.c	Tue Aug 24 07:22:36 2004 +0000
+++ b/common-session.c	Tue Aug 24 18:12:18 2004 +0000
@@ -235,7 +235,7 @@
 	 * account for wrappers/cruft etc. According to the spec only the client
 	 * needs to handle this, but no harm in letting the server handle it too */
 	for (i = 0; i < 10; i++) {
-		len = ident_readln(ses.sock, linebuf, sizzeof(linebuf));
+		len = ident_readln(ses.sock, linebuf, sizeof(linebuf));
 
 		if (len < 0 && errno != EINTR) {
 			/* It failed */