Fixed a couple minor problems in util.c:
authorWayne Davison <wayned@samba.org>
Sat, 2 Aug 2008 01:04:24 +0000 (18:04 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 2 Aug 2008 01:04:24 +0000 (18:04 -0700)
commit0479eb76015913a40a2d0423bdd6cfeec4a3a3e3
tree2c6da8b58efa71fef8713952e30ebb8a688745e1
parent459abd75f51b498c2ae354a3256532f59b3abc77
Fixed a couple minor problems in util.c:
- Make sure that handle_partial_dir() never returns a truncated fname.
- Make robust_rename() return that it failed to do a cross-device
  copy if the partial-dir could not be created.
util.c