SMB2: Fix rename on Windows 7.
commite799de256e418f011a042f999904872fecae4011
authorIra Cooper <samba@ira.wakeful.net>
Wed, 2 Jun 2010 00:09:29 +0000 (1 17:09 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 2 Jun 2010 00:09:29 +0000 (1 17:09 -0700)
tree67818e80716f2735970a69851fad52df80019f94
parente9ff32c6c3c270818f2341d85d2ba193c4e99864
SMB2: Fix rename on Windows 7.

This removes some code Jeremy (jra) suspected was bad.  It turns out that the
command window rename command will not work with the offending code in place.

With it removed the bug is gone, and rename works.
source3/smbd/trans2.c