Previous solution for --no-whole-file would probably break when
authorMartin Pool <mbp@samba.org>
Tue, 19 Mar 2002 03:39:42 +0000 (03:39 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 19 Mar 2002 03:39:42 +0000 (03:39 +0000)
commitbceec82f357618356fd209578dfccbbd6b52efba
treee994c50b707cef4bf120257f9c5e2dafaf2cd203
parented521de52512ea778f39b16c5d8221a80281614c
Previous solution for --no-whole-file would probably break when
connecting to old servers that don't have --no-whole-file.

Instead, we handle no_whole_file and whole_file separately, without
the magic -1 value.  We don't modify no_whole_file after
initialization.
generator.c
main.c
options.c