]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli/raw: remove unused smbcli_request_receive_more() function
authorStefan Metzmacher <metze@samba.org>
Fri, 4 Jul 2008 18:47:24 +0000 (20:47 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 7 Jul 2008 16:10:07 +0000 (18:10 +0200)
metze

source/libcli/raw/rawrequest.c

index ef856c6ea1d0c5799d72d879694d2f3aa7dcc6e2..a0e6452748e0f0a4bb0c4056061597aa34423d8a 100644 (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