浏览代码

fix the compile

svn:r13480
Roger Dingledine 17 年之前
父节点
当前提交
587a57fdef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/tortls.c

+ 1 - 1
src/common/tortls.c

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