Fix bug # 177775 - libprldap: NSPR error is sometimes lost.

This commit is contained in:
mcs%netscape.com 2002-11-15 21:03:19 +00:00
parent 54f6f0ba6a
commit 3f190c27b3

View File

@ -32,7 +32,7 @@
void
prldap_set_system_errno( int oserrno )
{
PR_SetError( PR_UNKNOWN_ERROR, oserrno );
PR_SetError( PR_GetError(), oserrno );
}