Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
commita788dd5e99c559fbbdae8c15de006b39c6ef2404
authorJeremy Allison <jra@samba.org>
Fri, 17 Oct 2008 04:03:19 +0000 (16 21:03 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 20 Oct 2008 19:48:18 +0000 (20 21:48 +0200)
tree24a6e3012ad87619da7ed5e86b8baea8c4fe3f03
parent73640ebc8eeaf29f7cdd903c38079528ba3a5472
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 218879cb9069046df2b7e49627aa48cb487098c8)
source/smbd/trans2.c