Fix a compilation warning introduced by clang 3.6
commitb0867fec964a8692e9c605da82b3a3393eeaf451
authorNick Mathewson <nickm@torproject.org>
Tue, 8 Dec 2015 14:37:05 +0000 (8 09:37 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 8 Dec 2015 14:37:05 +0000 (8 09:37 -0500)
tree0ffd3c1bb6c9563720362b29b16a83cdfd10c313
parentdbb919cf9400738987bbb91166b7b30c4cf770e9
Fix a compilation warning introduced by clang 3.6

There was a dead check when we made sure that an array member of a
struct was non-NULL.  Tor has been doing this check since at least
0.2.3, maybe earlier.

Fixes bug 17781.
changes/bug17781 [new file with mode: 0644]
src/or/connection_edge.c