mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
r8610: If I'm going to do a debug level zero, at least make it useful.
Jeremy. (This used to be commit 99dae22dcf4050b5aacbb2cd4d2a08a183611402)
This commit is contained in:
parent
87801bc387
commit
78e3b4f04b
@ -656,7 +656,8 @@ BOOL dptr_fill(char *buf1,unsigned int key)
|
||||
DEBUG(6,("fill on key %u dirptr 0x%lx now at %d\n",key,
|
||||
(long)dptr->dir_hnd,(int)offset));
|
||||
if (offset != (uint32)-1 && (offset & DPTR_MASK)) {
|
||||
DEBUG(0,("dptr_fill: Error - offset has bit 32 set. Can't use in server state.\n"));
|
||||
DEBUG(0,("dptr_fill: Error - offset 0x%x has bit 32 set. Can't use in server state.\n",
|
||||
(unsigned int)offset ));
|
||||
return False;
|
||||
}
|
||||
buf[0] = key;
|
||||
|
Loading…
x
Reference in New Issue
Block a user