[or-cvs] r13480: fix the compile (tor/trunk/src/common)
arma at seul.org
arma at seul.org
Tue Feb 12 04:50:53 UTC 2008
Author: arma
Date: 2008-02-11 23:50:53 -0500 (Mon, 11 Feb 2008)
New Revision: 13480
Modified:
tor/trunk/src/common/tortls.c
Log:
fix the compile
Modified: tor/trunk/src/common/tortls.c
===================================================================
--- tor/trunk/src/common/tortls.c 2008-02-12 04:48:59 UTC (rev 13479)
+++ tor/trunk/src/common/tortls.c 2008-02-12 04:50:53 UTC (rev 13480)
@@ -922,7 +922,7 @@
}
tls->wasV2Handshake = 1;
log_debug(LD_NET, "Completed V2 TLS handshake with client; waiting "
- "for renegotiation."));
+ "for renegotiation.");
} else {
tls->wasV2Handshake = 0;
}
More information about the tor-commits
mailing list