From 69d0ac06972ab111318dddff430787e99c0a1c75 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 24 Feb 2002 16:00:29 +0000 Subject: [PATCH] Removed some settings from task structure --- ChangeLog | 2 ++ TODO | 2 ++ lib/structs.h | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 062df347..37f10a07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4642,6 +4642,8 @@ v0.33.20 10-Feb-2002 available, and removes it when it is down. Added test for ISDN/modem lines in use. Lost of code cleanup. + No setup setting anymore for maximum POTS and ISDN lines, this + is now automatic. mbcico: Fixed binkp driver to accept incoming unprotected sessions. diff --git a/TODO b/TODO index df824329..072f9cc7 100644 --- a/TODO +++ b/TODO @@ -99,6 +99,8 @@ mbnewusr: mbsetup: U: PickAka function lets mbsetup crash if domain is 12 characters + N: Put ZMH fields in the network setup for each zone. + L: Generate crossreference document: File Areas <=> BBS groups File Areas <=> Newfiles groups diff --git a/lib/structs.h b/lib/structs.h index 803f14ce..0d917c5e 100644 --- a/lib/structs.h +++ b/lib/structs.h @@ -244,11 +244,11 @@ struct taskrec { char cmd_msglink[81]; /* msglink command */ char cmd_reqindex[81]; /* reqindex command */ - int max_pots; /* maximum pots calls */ - int max_isdn; /* maximum ISDN calls */ + int xmax_pots; + int xmax_isdn; int max_tcp; /* maximum TCP/IP calls */ - unsigned ipblocks : 1; /* internet blocks dial */ + unsigned xipblocks : 1; unsigned debug : 1; /* debugging on/off */ };