1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 21:23:12 +02:00

- crule: evaluate currarg correctly

This commit is contained in:
William Pitcock
2013-05-24 22:05:18 +00:00
parent 3ba3e9d859
commit 2fb644e0ba
+1 -1
View File
@@ -631,7 +631,7 @@ int crule_parsearglist(crule_treeptr argrootp, int *next_tokp, char **ruleptr)
#if !defined(CR_DEBUG) && !defined(CR_CHKCONF)
(void)collapse(currarg);
#endif
if (!BadPtr(currarg))
if (*currarg)
{
DupString(argelemp, currarg);
argrootp->arg[argrootp->numargs++] =