put back the assertion check.

This commit is contained in:
nicolson%netscape.com 2002-07-12 21:12:22 +00:00
parent bd082469e9
commit 44dd584a7a

View File

@ -90,7 +90,7 @@ JSSL_throwSSLSocketException(JNIEnv *env, char *message)
* Create the exception object
*/
excepClass = (*env)->FindClass(env, SSLSOCKET_EXCEPTION);
/*PR_ASSERT(excepClass != NULL);*/
PR_ASSERT(excepClass != NULL);
if( excepClass == NULL ) goto finish;
excepCons = (*env)->GetMethodID(env, excepClass, "<init>",