Added file requests in new binkp driver

This commit is contained in:
Michiel Broek
2004-01-11 13:30:44 +00:00
parent fb977d8b12
commit 3aa81d1353
2 changed files with 7 additions and 0 deletions

View File

@@ -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();