diff --git a/security/jss/org/mozilla/jss/ssl/common.c b/security/jss/org/mozilla/jss/ssl/common.c index 6783234ac0e2..f166c2d3c240 100644 --- a/security/jss/org/mozilla/jss/ssl/common.c +++ b/security/jss/org/mozilla/jss/ssl/common.c @@ -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, "",