Add missing break statements for Coverity CIDs #406,407.
commit8bada1ef67cd7e84f3f22f7e4ef8eb99a8252776
authorNick Mathewson <nickm@torproject.org>
Tue, 27 Oct 2009 01:35:26 +0000 (26 21:35 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 27 Oct 2009 01:35:26 +0000 (26 21:35 -0400)
tree69c4badd07f4660c3c515ca4c4b38d929115b47c
parent56048637a5e34220d0a5c7abbef4eb56c9312f6c
Add missing break statements for Coverity CIDs #406,407.

The code for these was super-wrong, but will only break things when we
reset an option on a platform where sizeof(time_t) is different from
sizeof(int).
src/or/config.c