Structure updates, TODO updates

This commit is contained in:
Michiel Broek
2001-12-02 14:57:46 +00:00
parent 8f1f76998c
commit 2415c735c7
8 changed files with 45 additions and 79 deletions

View File

@@ -1,8 +1,7 @@
/*****************************************************************************
*
* File ....................: mbcico/binkp.c
* $Id$
* Purpose .................: Fidonet binkd protocol
* Last modification date ..: 17-Oct-2001
* Binkp protocol copyright : Dima Maloff.
*
*****************************************************************************
@@ -126,15 +125,7 @@ int binkp(int role)
}
eff_remote = remote;
/*
* Some systems hang on sending lowercase filenames, setting
* FNC forces old 8.3 uppercase filenames.
*/
if (!nodes.FNC)
remote_flags &= ~SESSION_FNC;
tosend = create_filelist(eff_remote, nonhold_mail, 0);
request = create_freqlist(remote);
if (request != NULL) {