mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
r335: added much better handling of servers that die unexpectedly during a
request (a dead socket). I discovered this when testing against Sun's
PC-NetLink.
cleaned up the naming of some of the samr requests
add IDL and test code for samr_QueryGroupMember(),
samr_SetMemberAttributesOfGroup() and samr_Shutdown(). (actually, I
didn't leave the samr_Shutdown() test in, as its fatal to windows
servers due to doing exactly what it says it does).
(This used to be commit 925bc2622c
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
1793845e08
commit
493a37ba66
@ -64,7 +64,6 @@ NTSTATUS smb_raw_trans2_recv(struct cli_request *req,
|
||||
parms->out.params.data = NULL;
|
||||
|
||||
if (!cli_request_receive(req)) {
|
||||
req->status = NT_STATUS_UNSUCCESSFUL;
|
||||
return cli_request_destroy(req);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user