Fixed mbcico filelist create
This commit is contained in:
parent
4675383b9d
commit
a755d6c33d
@ -241,7 +241,9 @@ file_list *create_filelist(fa_list *al, char *fl, int create)
|
||||
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')) {
|
||||
nm = splname(tmpa->addr);
|
||||
@ -280,8 +282,7 @@ file_list *create_filelist(fa_list *al, char *fl, int create)
|
||||
}
|
||||
|
||||
if ((session_flags & SESSION_WAZOO) &&
|
||||
((session_flags & SESSION_HYDRA) == 0) &&
|
||||
(master || ((session_flags & SESSION_IFNA) == 0))) {
|
||||
((session_flags & SESSION_HYDRA) == 0) && (master || ((session_flags & SESSION_IFNA) == 0))) {
|
||||
/*
|
||||
* we don't distinguish flavoured reqs
|
||||
*/
|
||||
|
Reference in New Issue
Block a user