Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
commit375f099a2cdfe9e686b2e1edb23f2e33a47f5786
authorJeremy Allison <jra@samba.org>
Fri, 17 Oct 2008 04:04:18 +0000 (16 21:04 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Dec 2008 10:22:19 +0000 (9 11:22 +0100)
tree43f7ab86c8591e1995027ef9a51e7a08ad80506f
parent8869e3b627ac6ee0b4a5383dced2ae0ec590a04c
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)
(cherry picked from commit feb057d4503118e519b5dbd9d2c3ca2c1ee55380)
source/smbd/trans2.c