[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1907-g24aa351

Volker Lendecke vl at samba.org
Tue Feb 5 21:18:54 GMT 2008


The branch, v3-2-test has been updated
       via  24aa3518aef7e36fde03d58f36487cbf29c027c9 (commit)
      from  906e19bad40ba0c0a473ec2601e9eb0fff169f83 (commit)

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


- Log -----------------------------------------------------------------
commit 24aa3518aef7e36fde03d58f36487cbf29c027c9
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Feb 5 22:17:20 2008 +0100

    Fix a debug message

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/util_sock.c b/source/lib/util_sock.c
index 25d539c..71d48d6 100644
--- a/source/lib/util_sock.c
+++ b/source/lib/util_sock.c
@@ -1130,7 +1130,7 @@ NTSTATUS read_smb_length_return_keepalive(int fd, char *inbuf,
 		DEBUG(5,("Got keepalive packet\n"));
 	}
 
-	DEBUG(10,("got smb length of %lu\n",(unsigned long)len));
+	DEBUG(10,("got smb length of %lu\n",(unsigned long)(*len)));
 
 	return NT_STATUS_OK;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list