mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 10:35:40 +08:00
Merge remote-tracking branch 'origin/master' into devel
This commit is contained in:
commit
cb7d48c9c5
@ -377,7 +377,7 @@ for(;;){
|
||||
continue;
|
||||
}
|
||||
#ifndef NOCRYPT
|
||||
if(!strncasecmp((char *)sb, "ntlm", 4)){
|
||||
if(param->srv->usentlm && !strncasecmp((char *)sb, "ntlm", 4)){
|
||||
sb+=4;
|
||||
while(isspace(*sb))sb++;
|
||||
i = de64(sb, username, 1023);
|
||||
|
Loading…
Reference in New Issue
Block a user