commit 5cf428420a4f39f0b7dbfed401e2f6c6a772a45c
parent cca3291d14a78d292099b9c0ccb56f12d690b37c
Author: hhvn <dev@hhvn.uk>
Date: Mon, 13 Dec 2021 19:59:23 +0000
s/serv.c: don't set supports to null on disconnect
Woops, I had tried to do this originally but I figured it wouldn't work
and removed the bit that free'd it, forgetting this part.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/serv.c b/src/serv.c
@@ -332,8 +332,6 @@ serv_disconnect(struct Server *server, int reconnect, char *msg) {
for (chan = server->channels; chan; chan = chan->next)
chan_setold(chan, 1);
- server->supports = NULL;
-
windows[Win_buflist].refresh = 1;
}