Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
authorJeremy Allison <jra@samba.org>
Fri, 17 Oct 2008 04:03:59 +0000 (21:03 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 17 Oct 2008 04:03:59 +0000 (21:03 -0700)
commitc783d8a32e4d958aec6d943d0fa3de2e7d3a68c2
tree808689c5bea4b7db5e54d96160dc81a60296ae0f
parent6f7760704734318acb643610d1af84ffeb8c55d5
Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
If total_data == 4 Windows doesn't care what values
are placed in that field, it just ignores them.
The System i QNTC IBM SMB client puts bad values here,
so ignore them.
Jeremy.
source3/smbd/trans2.c