summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-28 10:39:45 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-28 10:39:45 +0800
commit435e6af2a3e360b52dacfcdc6fbba4a7fda050d8 (patch)
treed44cc4a0c26b43025330182848c9483d369fa9cb
parent543f462a14136e83b8f96f3c7d44f3b5d36cd2a2 (diff)
downloadpttbbs-435e6af2a3e360b52dacfcdc6fbba4a7fda050d8.tar
pttbbs-435e6af2a3e360b52dacfcdc6fbba4a7fda050d8.tar.gz
pttbbs-435e6af2a3e360b52dacfcdc6fbba4a7fda050d8.tar.bz2
pttbbs-435e6af2a3e360b52dacfcdc6fbba4a7fda050d8.tar.lz
pttbbs-435e6af2a3e360b52dacfcdc6fbba4a7fda050d8.tar.xz
pttbbs-435e6af2a3e360b52dacfcdc6fbba4a7fda050d8.tar.zst
pttbbs-435e6af2a3e360b52dacfcdc6fbba4a7fda050d8.zip
shouldn't appear now @@
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1136 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/talk.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/pttbbs/mbbsd/talk.c b/pttbbs/mbbsd/talk.c
index 8a21c6c5..7b08e203 100644
--- a/pttbbs/mbbsd/talk.c
+++ b/pttbbs/mbbsd/talk.c
@@ -2575,19 +2575,6 @@ reply_connection_request(userinfo_t *uip)
return a;
}
-static void
-chc_watch_request(int signo)
-{
- if (!(currstat & CHC))
- return;
- chc_act_list *tmp;
- for(tmp = act_list; tmp->next != NULL; tmp = tmp->next);
- tmp->next = (chc_act_list *)malloc(sizeof(chc_act_list));
- tmp = tmp->next;
- tmp->sock = reply_connection_request(uip);
- tmp->next = NULL;
-}
-
/* 有人來串門子了,回應呼叫器 */
static userinfo_t *uip;
void
@@ -2642,6 +2629,7 @@ talkreply(void)
if (!getdata(b_lines, 0, "不能的原因:", genbuf, 60, DOECHO))
strlcpy(genbuf, "不告訴你咧 !! ^o^", sizeof(genbuf));
write(a, genbuf, 60);
+ }
uip->destuip = currutmp - &SHM->uinfo[0];
if (buf[0] == 'y')