Skip to content
Snippets Groups Projects
Commit 153ff4f5 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

fix a warning in protover.

parent ed5d2dab
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment