Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/comms/conserver-com/files/patch-conserver_readcfg.c
17764 views
1
--- conserver/readcfg.c.orig 2022-07-08 01:20:02 UTC
2
+++ conserver/readcfg.c
3
@@ -3128,9 +3128,9 @@ ConsoleAdd(CONSENT *c)
4
5
SwapStr(&pCEmatch->motd, &c->motd);
6
SwapStr(&pCEmatch->idlestring, &c->idlestring);
7
- SwapStr(&pCEmatch->replstring, &c->breaklist);
8
+ SwapStr(&pCEmatch->replstring, &c->replstring);
9
SwapStr(&pCEmatch->tasklist, &c->tasklist);
10
- SwapStr(&pCEmatch->breaklist, &c->tasklist);
11
+ SwapStr(&pCEmatch->breaklist, &c->breaklist);
12
pCEmatch->portinc = c->portinc;
13
pCEmatch->portbase = c->portbase;
14
pCEmatch->spinmax = c->spinmax;
15
16