fix warnings from lintChanges

This commit is contained in:
Nick Mathewson
2015-01-23 09:09:00 -05:00
parent b677ccd3ab
commit bd22ad12bd
12 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
into a shared structure. Previously, they were duplicated across
port_cfg_t, listener_connection_t, and edge_connection_t.
Failure to copy one of them correctly had been the cause of at
least one bug in the past.
least one bug in the past. Closes ticket 8546.