]> jfr.im git - solanum.git/blobdiff - modules/m_rehash.c
Rerun autoconf.
[solanum.git] / modules / m_rehash.c
index 8bddf18ef4a14f716d7521ab9677d7384de89ae7..22848a8c94fd289bc0659d3236a39185efff64bb 100644 (file)
@@ -361,7 +361,9 @@ me_rehash(struct Client *client_p, struct Client *source_p, int parc, const char
                                source_p->servptr->name, SHARED_REHASH))
                return 0;
 
+       remote_rehash_oper_p = source_p;
        do_rehash(source_p, parc > 1 ? parv[1] : NULL);
+       remote_rehash_oper_p = NULL;
 
        return 0;
 }