瀏覽代碼

minor fix

svn:r157
Roger Dingledine 22 年之前
父節點
當前提交
5273e2b887
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/connection_exit.c

+ 1 - 1
src/or/connection_exit.c

@@ -164,7 +164,7 @@ int connection_exit_process_data_cell(cell_t *cell, circuit_t *circ) {
   connection_t *conn;
   int topic_command;
   int topic_id;
-  static num_seen=0;
+  static int num_seen=0;
 
   /* an outgoing data cell has arrived */