Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
authorJeremy Allison <jra@samba.org>
Fri, 17 Oct 2008 04:04:18 +0000 (21:04 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 17 Oct 2008 04:04:18 +0000 (21:04 -0700)
commit5b1d8588d01d11251541829c5a3dff211fe925fd
tree859d1fb1a39367c46a0e3bb4f3112a8433b54bda
parent5109bd33719a4bb1534cb0e012c92ec778fb26df
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.
source/smbd/trans2.c