Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
commitcfdbe8a1f2057ad1a8886ca7445a812219648d19
authorJeremy Allison <jra@samba.org>
Fri, 17 Oct 2008 04:01:56 +0000 (16 21:01 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 17 Oct 2008 04:01:56 +0000 (16 21:01 -0700)
tree5f836bc493148093917c03d75c7a2298e076a606
parent4558c09c921793dd358de3ad4b9b4dd091e43662
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