In src/XrdCl/XrdClClassicCopyJob.cc:

> +          }
> +          else if( !S_ISDIR( st.st_mode ) )
> +          {
> +            errno = ENOTDIR;
> +            log->Debug( UtilityMsg, "Path %s not a directory: %s",
> +                                    newPath.c_str(), strerror( errno ) );
> +            return XRootDStatus( stError, errOSError, errno );
> +          }
> +          else
> +            log->Dump( UtilityMsg, "Path %s already exists", newPath.c_str() );
> +
> +          iter = newIter;
> +          if( newIter != path.end() )
> +            ++iter;
> +        }
> +        return 0;

return 0?


Reply to this email directly or view it on GitHub.



Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1