[SCM] Samba Shared Repository - branch master updated - 5e25f5f4f2b5b8dfd31206ebdc295c00870effe9

Tim Prouty tprouty at samba.org
Thu Nov 13 05:26:26 GMT 2008


The branch, master has been updated
       via  5e25f5f4f2b5b8dfd31206ebdc295c00870effe9 (commit)
      from  1a89b9f5f3d0e99363b333a1068c1043b65cfb99 (commit)

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


- Log -----------------------------------------------------------------
commit 5e25f5f4f2b5b8dfd31206ebdc295c00870effe9
Author: Tim Prouty <tprouty at samba.org>
Date:   Wed Nov 12 21:24:00 2008 -0800

    Fix build break

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c
index caace51..52c16e2 100644
--- a/source3/smbd/nttrans.c
+++ b/source3/smbd/nttrans.c
@@ -1607,7 +1607,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