From 3aa81d1353ef16da47f6ab780fe8739b4c93fab4 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 11 Jan 2004 13:30:44 +0000 Subject: [PATCH] Added file requests in new binkp driver --- ChangeLog | 1 + mbcico/binkpnew.c | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4e347b61..256064dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/mbcico/binkpnew.c b/mbcico/binkpnew.c index 4fb566f5..0dee4f6f 100644 --- a/mbcico/binkpnew.c +++ b/mbcico/binkpnew.c @@ -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();