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 | 0da440c8fe365fd53c313e9dc62dda7e40916d62 (patch) | |
tree | be6281b10c0f579635eb0e8b38fb6eac72f6017a /source/nmbd | |
parent | 7969f4dccbc5a506ef58b9270a08f8f70d9006f7 (diff) | |
download | samba-0da440c8fe365fd53c313e9dc62dda7e40916d62.tar.gz |
add a comment
Diffstat (limited to 'source/nmbd')
-rw-r--r-- | source/nmbd/nmbd_processlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd_processlogon.c b/source/nmbd/nmbd_processlogon.c index 60dc816ee1b..76a9aea9520 100644 --- a/source/nmbd/nmbd_processlogon.c +++ b/source/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; |