Fix bug in --include and --include-from which didn't work as advertised;
authorDavid Dykstra <dwd@samba.org>
Mon, 26 Oct 1998 22:03:18 +0000 (22:03 +0000)
committerDavid Dykstra <dwd@samba.org>
Mon, 26 Oct 1998 22:03:18 +0000 (22:03 +0000)
commit587cb08dc4d83a005bfd6534d20d83ffe33e237d
tree5b3551f9ff15e01c299b5da74fc45ec6889489d1
parent8638dd48f71023642d3af282250bbe157ee9b67d
Fix bug in --include and --include-from which didn't work as advertised;
could only include files before if "+ " was explicitly prefixed on files
from any exclude or include option.  Also simplified the code by removing
the "orig" exclude_struct element, and reduced the number of bytes
transferred from client to server by never including "- " prefixes in the
transmitted exclude list because exclusion is the default.
exclude.c