mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Fix bug # 177775 - libprldap: NSPR error is sometimes lost.
This commit is contained in:
parent
54f6f0ba6a
commit
3f190c27b3
@ -32,7 +32,7 @@
|
||||
void
|
||||
prldap_set_system_errno( int oserrno )
|
||||
{
|
||||
PR_SetError( PR_UNKNOWN_ERROR, oserrno );
|
||||
PR_SetError( PR_GetError(), oserrno );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user