s3:ntvfs/posix: avoid unnesessary talloc_reference()
authorStefan Metzmacher <metze@samba.org>
Wed, 15 Jul 2009 17:17:57 +0000 (19:17 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 15 Jul 2009 17:24:35 +0000 (19:24 +0200)
commit5240b10eaa1f19dcf2dbc31e5e1f8868716bbc69
tree433a096029875bfb14e6192891e0fcdffbcf5c23
parent382d5c8f5bb3b54e7c1a2daaf9d0283b6275768a
s3:ntvfs/posix: avoid unnesessary talloc_reference()

This caused the panics on the RAW-SETFILEINFO.RENAME test,
because we returned an empty strings.

The problem was:

ERROR: talloc_steal with references at ntvfs/posix/pvfs_setfileinfo.c:215
       reference at ntvfs/posix/pvfs_resolve.c:799

metze
source4/ntvfs/posix/pvfs_resolve.c