Typo in BSD-only code.

This commit is contained in:
Simon Kelley
2012-06-26 21:33:01 +01:00
parent 05ff1ed7cc
commit 236e072cab

View File

@@ -120,7 +120,7 @@ int main (int argc, char **argv)
{
bind_fallback = 1;
set_option_bool(OPT_NOWILD);
reset_option_bool(OPT_CLVERBIND);
reset_option_bool(OPT_CLEVERBIND);
}
#endif