fix uridecode(password) to uridecode(value)
This commit is contained in:
parent
7b81f0464b
commit
8251e7ac03
|
@ -184,7 +184,7 @@ int main( int argc, const char *argv[] )
|
|||
}
|
||||
if ( !strcmp( name, "pass" ) )
|
||||
{
|
||||
password = UriDecode( password );
|
||||
password = UriDecode( value );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue