- Changed all the errors in parse_arguments() to use the err_buf so
authorWayne Davison <wayned@samba.org>
Sat, 31 Jul 2004 20:09:54 +0000 (20:09 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 31 Jul 2004 20:09:54 +0000 (20:09 +0000)
commitc3ea09906de8ab7b25b12032e1ed71d61f0bac16
tree23714a88cb37c4ead8f99de88801a03db356eb26
parentbf4679e8a080ad6eb7cd7799ba09f8578da54c17
- Changed all the errors in parse_arguments() to use the err_buf so
  that a client talking to a daemon server actually gets the error.
- If a daemon has a list of exclusions, apply that list to various
  options to ensure that an excluded file can't be affected.
- Fixed an arg-checking problem when --files-from got passed to a
  daemon.
options.c