diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-08 08:19:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-08 08:19:13 -0400 |
commit | 03fdf232bff1e1a98007eaf7c583ee956b09e1d5 (patch) | |
tree | dd5ca36ccc6a8727beeff5e9c9d6524f95520f1b | |
parent | 300f8e6f0a0b5ba190f2eba740d092c9fc358795 (diff) | |
parent | 7344a4fdc6e9f9e4fdb6de9fe03dc73fef45c3e7 (diff) | |
download | tor-03fdf232bff1e1a98007eaf7c583ee956b09e1d5.tar.gz tor-03fdf232bff1e1a98007eaf7c583ee956b09e1d5.zip |
Merge remote-tracking branch 'ahf/coverity/1405875'
-rw-r--r-- | src/test/test_options.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/test_options.c b/src/test/test_options.c index d10a93305a..68e7ffc682 100644 --- a/src/test/test_options.c +++ b/src/test/test_options.c @@ -187,8 +187,6 @@ test_options_validate_impl(const char *configuration, goto done; } tt_int_op((r == 0), OP_EQ, (msg == NULL)); - if (r) - goto done; r = config_assign(&options_format, opt, cl, 0, &msg); if (phase == PH_ASSIGN) { |