s3:libsmb/async_smb: don't remove pending requests if the mid is set
authorStefan Metzmacher <metze@samba.org>
Wed, 8 Jun 2011 08:20:25 +0000 (10:20 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 10 Jun 2011 17:27:05 +0000 (19:27 +0200)
commita25936f1b1300a76b08a6bd435bd7ccc388279d5
treef0b2cb187e2e7e1fd775d397351ea85430753ba3
parent173fc258e443d97e4ea37f2bee99c21ad15ab484
s3:libsmb/async_smb: don't remove pending requests if the mid is set

If the mid was set explicitly, it means the request expects more than
one reply, so leave it in the pending array.

metze
source3/libsmb/async_smb.c