diff options
author | Jeremy Allison <jra@samba.org> | 1997-10-07 18:46:19 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1997-10-07 18:46:19 +0000 |
commit | 1e1366ddc5542283a37debdf830ca139bbade1b0 (patch) | |
tree | c1a6a329284f0020dded65a47a90404e75a9554a /source/smbparse.c | |
parent | bef12478d212a950578843d6d4dece1f153bfd25 (diff) | |
download | samba-1e1366ddc5542283a37debdf830ca139bbade1b0.tar.gz |
locking.c: Added fix for race condition in slow share mode code.
lsaparse.c: #ifdef'ed out code so this will compile - LUKE PLEASE CHECK THIS.
pipes.c: #ifdef'ed out code so this will compile - LUKE PLEASE CHECK THIS.
server.c: Fixed last known oplock race condition.
smb.h: Re-removed USE_OPLOCK defines - someone checked in an old version.
smbparse.c: #ifdef'ed out code so this will compile - LUKE PLEASE CHECK THIS.
Jeremy (jallison@whistle.com)
Diffstat (limited to 'source/smbparse.c')
-rw-r--r-- | source/smbparse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/smbparse.c b/source/smbparse.c index 7ea140f7cb7..ae1f4f4b253 100644 --- a/source/smbparse.c +++ b/source/smbparse.c @@ -456,7 +456,9 @@ char* smb_io_dom_query(BOOL io, DOM_QUERY *d_q, char *q, char *base, int align) if (d_q->buffer_dom_name != 0) { +#if 0 /* REMOVED AS WON'T COMPILE AS IS - LUKE PLEASE CHECK !!!!! */ q = smb_io_unistr(io, &(d_q->uni_domain_name), q, base, align); /* domain name (unicode string) */ +#endif } if (d_q->buffer_dom_sid != 0) { |