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:
mcs%netscape.com
2002-11-15 21:03:19 +00:00
parent 6107849741
commit 6e31d32214

View File

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