mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Add an unreachable return 0.
svn:r2859
This commit is contained in:
parent
39ff8047a8
commit
aba71028be
@ -1020,6 +1020,7 @@ option_is_same(or_options_t *o1, or_options_t *o2, config_var_t *var)
|
||||
log_fn(LOG_ERR,"Internal error: can't compare configuration option '%s'",
|
||||
var->name);
|
||||
tor_assert(0);
|
||||
return 0; /* unreached */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user