git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa03e99
)
fixed a warning
author
Andrew Tridgell
<tridge@samba.org>
Thu, 8 Oct 1998 21:54:26 +0000
(21:54 +0000)
committer
Andrew Tridgell
<tridge@samba.org>
Thu, 8 Oct 1998 21:54:26 +0000
(21:54 +0000)
(This used to be commit
d4291d353b293bbc65fb0bf76c2d943733297726
)
source3/smbd/dir.c
patch
|
blob
|
history
diff --git
a/source3/smbd/dir.c
b/source3/smbd/dir.c
index 4b1a58016c0e39e2de4f392ae4c705316cd6107d..5b7b08b4760020159b513ee367be2216888922d2 100644
(file)
--- a/
source3/smbd/dir.c
+++ b/
source3/smbd/dir.c
@@
-355,7
+355,7
@@
BOOL dptr_fill(char *buf1,unsigned int key)
return(False);
}
offset = TellDir(p);
- DEBUG(6,("fill on key %ld dirptr 0x%x now at %d\n",key,
+ DEBUG(6,("fill on key %ld dirptr 0x%
l
x now at %d\n",key,
(long)p,(int)offset));
buf[0] = key;
SIVAL(buf,1,offset | DPTR_MASK);