Added file requests in new binkp driver
This commit is contained in:
parent
fb977d8b12
commit
3aa81d1353
@ -31,6 +31,7 @@ v0.39.5 24-Dec-2003
|
||||
New binkp/1.1 driver, not compiled by default yet.
|
||||
- Changed testing EOB to prevent out-of-sync batches.
|
||||
- Changed EOB handling some more.
|
||||
- Added freqs
|
||||
|
||||
mbout:
|
||||
Poll, remove poll and request failed to points which had no
|
||||
|
@ -251,6 +251,12 @@ int binkp(int role)
|
||||
bp.Minor = 0;
|
||||
}
|
||||
|
||||
if (localoptions & NOFREQS)
|
||||
session_flags &= ~SESSION_WAZOO;
|
||||
else
|
||||
session_flags |= SESSION_WAZOO;
|
||||
Syslog('b', "Binkp: WAZOO requests: %s", (session_flags & SESSION_WAZOO) ? "True":"False");
|
||||
|
||||
bp.FtState = InitTransfer;
|
||||
rc = file_transfer();
|
||||
|
||||
|
Reference in New Issue
Block a user