Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
commitfeb057d4503118e519b5dbd9d2c3ca2c1ee55380
authorJeremy Allison <jra@samba.org>
Fri, 17 Oct 2008 04:04:18 +0000 (16 21:04 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 21 Oct 2008 10:29:23 +0000 (21 12:29 +0200)
tree25286c65f2177adda9333146a693c203ea6b9dac
parent01fd94981e322da59ac2c00055220c89de135ebe
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.
(cherry picked from commit 5b1d8588d01d11251541829c5a3dff211fe925fd)
source/smbd/trans2.c