boolify calls to rehash

This commit is contained in:
Elizabeth Myers 2016-04-03 01:53:34 -05:00
parent aa483e55bd
commit c0483ac17b
2 changed files with 4 additions and 4 deletions

View file

@ -343,7 +343,7 @@ do_rehash(struct Client *source_p, const char *type)
remote_rehash_oper_p = source_p;
ilog(L_MAIN, "REHASH From %s[%s]", get_oper_name(source_p),
source_p->sockhost);
rehash(0);
rehash(false);
remote_rehash_oper_p = NULL;
}
}