Fix some split servers not appearing in oper /map.
Needed another scache_split() call, in qs_server().
This commit is contained in:
parent
8170176a78
commit
19807b5b97
1 changed files with 1 additions and 0 deletions
|
@ -1502,6 +1502,7 @@ qs_server(struct Client *client_p, struct Client *source_p, struct Client *from,
|
|||
|
||||
del_from_client_hash(source_p->name, source_p);
|
||||
remove_client_from_list(source_p);
|
||||
scache_split(source_p->serv->nameinfo);
|
||||
|
||||
SetDead(source_p);
|
||||
dlinkAddAlloc(source_p, &dead_list);
|
||||
|
|
Loading…
Reference in a new issue