[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Fri Dec 16 02:54:04 MST 2011


The branch, master has been updated
       via  850b374 s4:libcli/rap: remove unused members from struct rap_call
       via  d0ff10d s4:libcli/rap: initialize call->rcv_datalen
      from  7000bb6 s3: Add some const to find_oplock_types

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 850b374deda678924235af3878239877298874cd
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Dec 16 09:17:45 2011 +0100

    s4:libcli/rap: remove unused members from struct rap_call
    
    metze
    
    Autobuild-User: Stefan Metzmacher <metze at samba.org>
    Autobuild-Date: Fri Dec 16 10:53:42 CET 2011 on sn-devel-104

commit d0ff10d40cbe503ef6d21edab8937b5e5c2b896d
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Dec 16 09:16:40 2011 +0100

    s4:libcli/rap: initialize call->rcv_datalen
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source4/libcli/rap/rap.c |    1 +
 source4/libcli/rap/rap.h |    3 ---
 2 files changed, 1 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/libcli/rap/rap.c b/source4/libcli/rap/rap.c
index 7743f64..007c520 100644
--- a/source4/libcli/rap/rap.c
+++ b/source4/libcli/rap/rap.c
@@ -37,6 +37,7 @@ struct rap_call *new_rap_cli_call(TALLOC_CTX *mem_ctx, uint16_t callno)
 
 	call->callno = callno;
 	call->rcv_paramlen = 4;
+	call->rcv_datalen = 0;
 
 	call->paramdesc = NULL;
 	call->datadesc = NULL;
diff --git a/source4/libcli/rap/rap.h b/source4/libcli/rap/rap.h
index 45bcbd7..c611f00 100644
--- a/source4/libcli/rap/rap.h
+++ b/source4/libcli/rap/rap.h
@@ -60,9 +60,6 @@ struct rap_call {
 	const char *datadesc;
 	const char *auxdatadesc;
 
-	uint16_t status;
-	uint16_t convert;
-
 	uint16_t rcv_paramlen, rcv_datalen;
 
 	struct ndr_push *ndr_push_param;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list