Explorar el Código

fix a warning in protover.

Nick Mathewson hace 7 años
padre
commit
153ff4f559
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/protover.c

+ 1 - 1
src/or/protover.c

@@ -343,7 +343,7 @@ encode_protocol_list(const smartlist_t *sl)
 
 /* We treat any protocol list with more than this many subprotocols in it
  * as a DoS attempt. */
-const int MAX_PROTOCOLS_TO_EXPAND = (1<<16);
+static const int MAX_PROTOCOLS_TO_EXPAND = (1<<16);
 
 /** Voting helper: Given a list of proto_entry_t, return a newly allocated
  * smartlist of newly allocated strings, one for each included protocol