From 57cf4e9453c51359d0c9af334c3dc1156ea2527a Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 24 Aug 1999 01:30:23 +0200 Subject: Import ax25-apps 0.0.4 from tarball --- call/call.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'call') diff --git a/call/call.c b/call/call.c index e82bfea..c3cfd16 100644 --- a/call/call.c +++ b/call/call.c @@ -417,7 +417,7 @@ void dupdstatw(WINDOW * win, char *s, int add) { static char infostr[80]; static int y, x; - static oldlen; + static int oldlen; int l, cnt; if (add) { @@ -1464,10 +1464,12 @@ int cmd_call(char *call[], int mode) switch (com_num) { case 0: { -#ifdef 0 /* FIXME! We should, no: WE MUST be able to turn off */ - /* all remote commands to avoid mail bombs generating */ - /* offensive mails with //e while sucking the BBS */ - +#if 0 + /* + FIXME! We should, no: WE MUST be able to turn off + all remote commands to avoid mail bombs generating + offensive mails with //e while sucking the BBS + */ remotecommand(parms, parmsbytes); #endif } -- cgit v1.2.3