Fix some split servers not appearing in oper /map.
Needed another scache_split() call, in qs_server().
This commit is contained in:
parent
1f8b58e769
commit
4f5ec033bc
|
@ -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);
|
del_from_client_hash(source_p->name, source_p);
|
||||||
remove_client_from_list(source_p);
|
remove_client_from_list(source_p);
|
||||||
|
scache_split(source_p->serv->nameinfo);
|
||||||
|
|
||||||
SetDead(source_p);
|
SetDead(source_p);
|
||||||
dlinkAddAlloc(source_p, &dead_list);
|
dlinkAddAlloc(source_p, &dead_list);
|
||||||
|
|
Loading…
Reference in New Issue