s3-smbd: Do not look for EA information on a stream
authorAndrew Bartlett <abartlet@samba.org>
Sun, 19 Aug 2012 11:58:56 +0000 (21:58 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 20 Aug 2012 11:57:46 +0000 (21:57 +1000)
commit6ce084f092fc1b991e5c7bc3f56fd98a4293caae
tree17812b26c74091f30cc5b888c393db9e77fd8ee3
parentf9f8a8c3d8bf1b027f149d2753824d9b2867f2ca
s3-smbd: Do not look for EA information on a stream

The estimated EA size needs to be of the main file.  However, the fsp
may point to the stream, so we need to ignore it if this is the case.

This may mean we estimate wrong if there has been a rename.

Andrew Bartlett
source3/smbd/trans2.c