s3:libsmb: notify all request about failures in cli_smb_req_set_pending()
authorStefan Metzmacher <metze@samba.org>
Thu, 11 Aug 2011 10:26:31 +0000 (12:26 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 12 Aug 2011 09:08:00 +0000 (11:08 +0200)
commit56d3c91af70809fbdd86de888ac983a41e070ca3
tree5846ce40852a93e6b330861f07bd144d095e48b6
parent4335a4f1c6ad4e8dfcd4cc1bcd8b3ec2f258a4d8
s3:libsmb: notify all request about failures in cli_smb_req_set_pending()

It's up to the caller to notify the current request,
but we have to notify all other pending requests if
we're not able to read the next response from the server.

metze
source3/libsmb/async_smb.c