mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Missed one debug printf of name_hash. Ensure always use %x.
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Jan 26 00:46:28 CET 2011 on sn-devel-104
This commit is contained in:
parent
44732734cc
commit
3272e16846
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user