summaryrefslogtreecommitdiffstats
path: root/mbbsd/chc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chc.c')
-rw-r--r--mbbsd/chc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/chc.c b/mbbsd/chc.c
index 3a18536c..cac9f75e 100644
--- a/mbbsd/chc.c
+++ b/mbbsd/chc.c
@@ -130,8 +130,8 @@ chc_broadcast(chc_act_list **head, board_t board){
chc_act_list *tmp = p->next->next;
free(p->next);
p->next = tmp;
- }
- p = p->next;
+ } else
+ p = p->next;
}
}