1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

libcli/raw: remove unused smbcli_request_receive_more() function

metze
(This used to be commit e1d81388fc)
This commit is contained in:
Stefan Metzmacher
2008-07-04 20:47:24 +02:00
parent 1777734240
commit fd1ce8c263

View File

@ -364,19 +364,6 @@ bool smbcli_request_receive(struct smbcli_request *req)
}
/*
receive another reply to a request - this is used for requests that
have multi-part replies (such as SMBtrans2)
*/
bool smbcli_request_receive_more(struct smbcli_request *req)
{
req->state = SMBCLI_REQUEST_RECV;
DLIST_ADD(req->transport->pending_recv, req);
return smbcli_request_receive(req);
}
/*
handle oplock break requests from the server - return true if the request was
an oplock break