[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4365-g4beb7d7

Jeremy Allison jra at samba.org
Thu Nov 13 19:52:01 GMT 2008


The branch, v3-3-test has been updated
       via  4beb7d74597f7e485b3832560b26e681439b606a (commit)
      from  3310deac11bb579ba364dabd59e149fdd68360ed (commit)

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


- Log -----------------------------------------------------------------
commit 4beb7d74597f7e485b3832560b26e681439b606a
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Nov 13 11:51:19 2008 -0800

    Fix the build (hangs head in shame :-).
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/smbd/nttrans.c b/source/smbd/nttrans.c
index b4f1c34..ecc0b6b 100644
--- a/source/smbd/nttrans.c
+++ b/source/smbd/nttrans.c
@@ -1614,7 +1614,7 @@ static void call_nt_transact_query_security_desc(connection_struct *conn,
 	DEBUG(3,("call_nt_transact_query_security_desc: sd_size = %lu.\n",(unsigned long)sd_size));
 
 	if (DEBUGLEVEL >= 10) {
-		DEBUG(10,("call_nt_transact_query_security_desc for file %s\n", fsp->fsp_name )
+		DEBUG(10,("call_nt_transact_query_security_desc for file %s\n", fsp->fsp_name ));
 		NDR_PRINT_DEBUG(security_descriptor, psd);
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list