[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Tue Apr 27 07:11:29 MDT 2010


The branch, master has been updated
       via  7c4d9fa... s4:ntvfs/ipc: remote // debug comments
      from  1cd4f50... s4-torture: not all platforms have defines like AF_AX25

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


- Log -----------------------------------------------------------------
commit 7c4d9fa0e9f45ddf789fe6c90227d8a67273d9d9
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Apr 27 15:06:33 2010 +0200

    s4:ntvfs/ipc: remote // debug comments
    
    metze

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

Summary of changes:
 source4/ntvfs/ipc/vfs_ipc.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c
index 2d40d1f..8c9e8e9 100644
--- a/source4/ntvfs/ipc/vfs_ipc.c
+++ b/source4/ntvfs/ipc/vfs_ipc.c
@@ -504,7 +504,6 @@ static void ipc_readv_next_vector_init(struct ipc_readv_next_vector_state *s,
 
 	s->buf = buf;
 	s->len = MIN(len, UINT16_MAX);
-	//DEBUG(0,("readv_next_vector_init[%u 0x%04X]\n", s->len, s->len));
 }
 
 static int ipc_readv_next_vector(struct tstream_context *stream,
@@ -522,8 +521,6 @@ static int ipc_readv_next_vector(struct tstream_context *stream,
 	if (state->ofs == state->len) {
 		*_vector = NULL;
 		*count = 0;
-//		DEBUG(0,("readv_next_vector done ofs[%u 0x%04X]\n",
-//			state->ofs, state->ofs));
 		return 0;
 	}
 
@@ -536,8 +533,6 @@ static int ipc_readv_next_vector(struct tstream_context *stream,
 		/* return a short read */
 		*_vector = NULL;
 		*count = 0;
-//		DEBUG(0,("readv_next_vector short read ofs[%u 0x%04X]\n",
-//			state->ofs, state->ofs));
 		return 0;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list