[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-179-g46f3b04

Jeremy Allison jra at samba.org
Mon Nov 5 01:23:10 GMT 2007


The branch, v3-2-test has been updated
       via  46f3b04ddea4c63c6b37c7038d4bbd2ee1c9ca0c (commit)
      from  de2ebffa3c99ed28a3868fd956ef45629ca855b6 (commit)

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


- Log -----------------------------------------------------------------
commit 46f3b04ddea4c63c6b37c7038d4bbd2ee1c9ca0c
Author: Jeremy Allison <jra at samba.org>
Date:   Sun Nov 4 17:15:35 2007 -0800

    Forgot arg type.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/smbd/process.c b/source/smbd/process.c
index 659b7b5..7d64556 100644
--- a/source/smbd/process.c
+++ b/source/smbd/process.c
@@ -45,7 +45,7 @@ extern int max_send;
 
 /* Socket functions for smbd packet processing. */
 
-static bool valid_packet_size(len)
+static bool valid_packet_size(size_t len)
 {
 	/*
 	 * A WRITEX with CAP_LARGE_WRITEX can be 64k worth of data plus 65 bytes


-- 
Samba Shared Repository


More information about the samba-cvs mailing list