This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Undernet IRC Server Source Code.".
The branch, u2_10_12_branch has been updated
via 3352dc90498bd68b775f9b3de2ad48bb7d17ddfa (commit)
from 0bcf2e7a0809b1421d9aa03f2764881ae204f6f0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3352dc90498bd68b775f9b3de2ad48bb7d17ddfa
Author: Michael Poole <[email protected]>
Date: Sat Sep 4 17:29:41 2021 -0400
Document the overly complex crule_parseprimary()
Fixes: 3ce5623b9ebda6614229e51927260333245bd034
diff --git a/ircd/crule.c b/ircd/crule.c
index 02ed3cac..37284178 100644
--- a/ircd/crule.c
+++ b/ircd/crule.c
@@ -637,6 +637,7 @@ static int crule_parseprimary(CRuleNodePtr* primrootp, int
*next_tokp, const cha
errcode = CR_EXPCTPRIM;
break;
}
+ break; /* loop only continues after a CR_NOT */
}
return (errcode);
}
-----------------------------------------------------------------------
Summary of changes:
ircd/crule.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Undernet IRC Server Source Code.
--
You received this message because you are subscribed to the Google Groups
"Undernet Mailing List - [email protected]" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].