- Moved the initialization of "itemizing", "maybe_PERMS_REPORT", and
authorWayne Davison <wayned@samba.org>
Sat, 26 Feb 2005 06:52:55 +0000 (06:52 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 26 Feb 2005 06:52:55 +0000 (06:52 +0000)
commit7433d73adc1735b5b82c50bda6a4fb60f4f01249
treeb0a9f89aee5b86f3ff4ddf77835a39a099b259ad
parent3221f451a0d8deffcfe677a9d39ca2f6d7b43cc2
- Moved the initialization of "itemizing", "maybe_PERMS_REPORT", and
  "code" from recv_generator() to generate_files() so that they
  don't get recomputed for every file (we pass them as args now).
- Allow protocols < 29 to call maybe_send_keepalive() so that we can
  try to flush the output buffer if things are slow (though we can't
  send a keep-alive packet without protocol_version >= 29).
generator.c