[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1616-gf12ac1e

Volker Lendecke vl at samba.org
Wed Jan 23 09:38:34 GMT 2008


The branch, v3-2-test has been updated
       via  f12ac1ecedd6634d8ccc54d8fce8382514e3322f (commit)
      from  cbc7d921fa696e6c3c5197ad9f87442ba679df82 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit f12ac1ecedd6634d8ccc54d8fce8382514e3322f
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Jan 23 10:33:36 2008 +0100

    Remove two unused variables

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

Summary of changes:
 source/modules/vfs_default.c |    1 -
 source/smbd/process.c        |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_default.c b/source/modules/vfs_default.c
index 9c5b644..cf135df 100644
--- a/source/modules/vfs_default.c
+++ b/source/modules/vfs_default.c
@@ -961,7 +961,6 @@ static NTSTATUS vfswrap_streaminfo(vfs_handle_struct *handle,
 				   struct stream_struct **pstreams)
 {
 	SMB_STRUCT_STAT sbuf;
-	NTSTATUS status;
 	unsigned int num_streams = 0;
 	struct stream_struct *streams = NULL;
 	int ret;
diff --git a/source/smbd/process.c b/source/smbd/process.c
index a5bdb96..6fd4d17 100644
--- a/source/smbd/process.c
+++ b/source/smbd/process.c
@@ -23,7 +23,6 @@
 extern struct auth_context *negprot_global_auth_context;
 extern int smb_echo_count;
 
-const int total_buffer_size = (BUFFER_SIZE + LARGE_WRITEX_HDR_SIZE + SAFETY_MARGIN);
 static enum smb_read_errors smb_read_error = SMB_READ_OK;
 
 /*


-- 
Samba Shared Repository


More information about the samba-cvs mailing list