mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix bad copy/paste
This commit is contained in:
parent
5a2506dca9
commit
9a8c3486ff
1 changed files with 1 additions and 1 deletions
|
@ -1147,7 +1147,7 @@ static NSString * const GSSOCKSAckConn = @"GSSOCKSAckConn";
|
|||
{
|
||||
error = @"NSStreamSOCKSProxyUserKey value too long";
|
||||
}
|
||||
else if (ul < 1 || ul > 255)
|
||||
else if (pl < 1 || pl > 255)
|
||||
{
|
||||
error = @"NSStreamSOCKSProxyPasswordKey value too long";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue