Fixed mbcico filelist create

This commit is contained in:
Michiel Broek 2002-03-18 22:10:45 +00:00
parent 4675383b9d
commit a755d6c33d

View File

@ -241,7 +241,9 @@ file_list *create_filelist(fa_list *al, char *fl, int create)
Syslog('o', "Check address %s", ascfnode(tmpa->addr, 0x1f)); Syslog('o', "Check address %s", ascfnode(tmpa->addr, 0x1f));
/* /*
* Check spool files. * Check spool files, these are more or less useless but they
* create a filelist of files to send which are never send.
* It gives the transfer protocols something "to do".
*/ */
if (strchr(fl, 'o')) { if (strchr(fl, 'o')) {
nm = splname(tmpa->addr); nm = splname(tmpa->addr);
@ -280,8 +282,7 @@ file_list *create_filelist(fa_list *al, char *fl, int create)
} }
if ((session_flags & SESSION_WAZOO) && if ((session_flags & SESSION_WAZOO) &&
((session_flags & SESSION_HYDRA) == 0) && ((session_flags & SESSION_HYDRA) == 0) && (master || ((session_flags & SESSION_IFNA) == 0))) {
(master || ((session_flags & SESSION_IFNA) == 0))) {
/* /*
* we don't distinguish flavoured reqs * we don't distinguish flavoured reqs
*/ */