Fix bug # 177775 - libprldap: NSPR error is sometimes lost.
git-svn-id: svn://10.0.0.236/trunk@133925 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
void
|
||||
prldap_set_system_errno( int oserrno )
|
||||
{
|
||||
PR_SetError( PR_UNKNOWN_ERROR, oserrno );
|
||||
PR_SetError( PR_GetError(), oserrno );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user