diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-11 14:25:04 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-11 14:25:04 +0000 |
commit | 420099f96f2d448c71da29053187223f2d90ef68 (patch) | |
tree | 816691cfef02938490421416f68ea6173c05203f /source3 | |
parent | 17ea0bd3b5bcdd18dc812fc6316668785f902f3b (diff) | |
download | samba-420099f96f2d448c71da29053187223f2d90ef68.tar.gz samba-420099f96f2d448c71da29053187223f2d90ef68.tar.bz2 samba-420099f96f2d448c71da29053187223f2d90ef68.zip |
add a comment
(This used to be commit 0da440c8fe365fd53c313e9dc62dda7e40916d62)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nmbd/nmbd_processlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index 60dc816ee1..76a9aea952 100644 --- a/source3/nmbd/nmbd_processlogon.c +++ b/source3/nmbd/nmbd_processlogon.c @@ -200,7 +200,7 @@ reporting %s domain %s 0x%x ntversion=%x lm_nt token=%x lm_20 token=%x\n", uniuser = skip_unibuf(unicomp, PTR_DIFF(buf+len, unicomp)); getdc = skip_unibuf(uniuser,PTR_DIFF(buf+len, uniuser)); q = skip_string(getdc,1); - q += 4; + q += 4; /* Account Control Bits - indicating username type */ domainsidsize = IVAL(q, 0); q += 4; q += domainsidsize + 3; |