fix the compile

svn:r13480
This commit is contained in:
Roger Dingledine 2008-02-12 04:50:53 +00:00
parent a9f1fb20d7
commit 587a57fdef

View File

@ -922,7 +922,7 @@ tor_tls_handshake(tor_tls_t *tls)
}
tls->wasV2Handshake = 1;
log_debug(LD_NET, "Completed V2 TLS handshake with client; waiting "
"for renegotiation."));
"for renegotiation.");
} else {
tls->wasV2Handshake = 0;
}