summaryrefslogtreecommitdiffstats
path: root/mbbsd/chc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chc.c')
-rw-r--r--mbbsd/chc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chc.c b/mbbsd/chc.c
index eebabc0f..f728fe96 100644
--- a/mbbsd/chc.c
+++ b/mbbsd/chc.c
@@ -970,7 +970,7 @@ chc_watch_request(int signo)
if (!(currstat & CHC))
return;
- for(tmp = act_list; tmp->next != NULL; tmp = tmp->next);
+ for(tmp = act_list; tmp->next != NULL; tmp = tmp->next); // XXX 一定要接在最後嗎?
tmp->next = (chc_act_list *)malloc(sizeof(chc_act_list));
tmp->next->sock = establish_talk_connection(&SHM->uinfo[currutmp->destuip]);
if (tmp->next->sock < 0) {