boolify calls to rehash
This commit is contained in:
parent
aa483e55bd
commit
c0483ac17b
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue