Fix crash in SMB2 rename found by gentest. We must always have an lcomp
authorJeremy Allison <jra@samba.org>
Tue, 5 Oct 2010 23:47:23 +0000 (16:47 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 6 Oct 2010 22:59:15 +0000 (22:59 +0000)
commit0cec0f0912bc0cc15715fd68483f28e5b68e4439
tree041dcf15c787c012681a5a55dc963eff0a6b20f5
parent5c52644eedd08982ce75ad532cafe16265968252
Fix crash in SMB2 rename found by gentest. We must always have an lcomp
in the destination struct for a rename, so set the flag appropriately.

Jeremy.
source3/smbd/trans2.c