Merge remote-tracking branch 'ahf/coverity/1405875'

This commit is contained in:
Nick Mathewson 2017-05-08 08:19:13 -04:00
commit 03fdf232bf

View File

@ -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) {