diff options
author | Tim Potter <tpot@samba.org> | 2002-01-20 22:50:23 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-20 22:50:23 +0000 |
commit | 1f670cfb275ee34e66f504cd35b1c790840999bf (patch) | |
tree | 514ac3583c4472490ca4b0a2aa28c5bf01366d22 /source3/libsmb | |
parent | 03a4ebbfac78bff612b3973c4cc612f0eb95ade6 (diff) | |
download | samba-1f670cfb275ee34e66f504cd35b1c790840999bf.tar.gz samba-1f670cfb275ee34e66f504cd35b1c790840999bf.tar.bz2 samba-1f670cfb275ee34e66f504cd35b1c790840999bf.zip |
Spelling fixes.
(This used to be commit e67c7c5852624bcdd5c565ea5f00b143aaf7fee4)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/namequery.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index 926cda9dcb..d90cd6a7ea 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -64,6 +64,8 @@ static struct node_status *parse_node_status(char *p, int *num_names) ret[i].type = CVAL(p,15); ret[i].flags = p[16]; p += 18; + DEBUG(10, ("%s#%02x: flags = 0x%02x\n", ret[i].name, + ret[i].type, ret[i].flags)); } return ret; } |