summaryrefslogtreecommitdiff
path: root/comms/conserver-com/files/patch-conserver_readcfg.c
blob: a683927d324c1de47e5e071b64aea49edfae37ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- conserver/readcfg.c.orig	2022-07-08 01:20:02 UTC
+++ conserver/readcfg.c
@@ -3128,9 +3128,9 @@ ConsoleAdd(CONSENT *c)
 
 	SwapStr(&pCEmatch->motd, &c->motd);
 	SwapStr(&pCEmatch->idlestring, &c->idlestring);
-	SwapStr(&pCEmatch->replstring, &c->breaklist);
+	SwapStr(&pCEmatch->replstring, &c->replstring);
 	SwapStr(&pCEmatch->tasklist, &c->tasklist);
-	SwapStr(&pCEmatch->breaklist, &c->tasklist);
+	SwapStr(&pCEmatch->breaklist, &c->breaklist);
 	pCEmatch->portinc = c->portinc;
 	pCEmatch->portbase = c->portbase;
 	pCEmatch->spinmax = c->spinmax;