- Improved rsyserr() to prefix RSYNC_NAME (as the TODO requested),
authorWayne Davison <wayned@samba.org>
Sat, 15 May 2004 19:31:16 +0000 (19:31 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 15 May 2004 19:31:16 +0000 (19:31 +0000)
commit8fcdc444dfebb21fd535ef567f0900026cc4756d
tree841ee00609103a95fc4a2208c031825a76b59cef
parent619d21ffc99dca4afab4d422d610167ae05af0a4
- Improved rsyserr() to prefix RSYNC_NAME (as the TODO requested),
  to construct the string in a better manner, and to have a buffer
  big enough to hold a full MAXPATHLEN filename plus some error
  text.
- Fixed some comments referring to vsprintf() returning -1 -- our
  configuration process now ensures that we replace such a function
  with our own lib version.
log.c