[SCM] Samba Shared Repository - branch v3-6-test updated

Jeremy Allison jra at samba.org
Tue Jan 25 16:01:16 MST 2011


The branch, v3-6-test has been updated
       via  21ebf5f Missed one debug printf of name_hash. Ensure always use %x. (cherry picked from commit 9e67184d0f5cc151091faa8e5db24d5569a3fead)
      from  34952ac Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.

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


- Log -----------------------------------------------------------------
commit 21ebf5ff7699c9ac8e6d7c59de64c4ac82adc983
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Jan 25 14:59:44 2011 -0800

    Missed one debug printf of name_hash. Ensure always use %x.
    (cherry picked from commit 9e67184d0f5cc151091faa8e5db24d5569a3fead)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/locking/locking.c b/source3/locking/locking.c
index f98208f..1942f44 100644
--- a/source3/locking/locking.c
+++ b/source3/locking/locking.c
@@ -1600,11 +1600,11 @@ const UNIX_USER_TOKEN *get_delete_on_close_token(struct share_mode_lock *lck, ui
 {
 	struct delete_token_list *dtl;
 
-	DEBUG(10,("get_delete_on_close_token: name_hash = %u\n",
+	DEBUG(10,("get_delete_on_close_token: name_hash = 0x%x\n",
 			(unsigned int)name_hash ));
 
 	for (dtl = lck->delete_tokens; dtl; dtl = dtl->next) {
-		DEBUG(10,("get_delete_on_close_token: dtl->name_hash = %u\n",
+		DEBUG(10,("get_delete_on_close_token: dtl->name_hash = 0x%x\n",
 				(unsigned int)dtl->name_hash ));
 		if (dtl->name_hash == name_hash) {
 			return dtl->delete_token;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list