We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad13a0 commit 77d3f9cCopy full SHA for 77d3f9c
lib/jni/Sanitizer_jni.cpp
@@ -73,7 +73,7 @@ extern "C"
73
JNIEXPORT jboolean JNICALL
74
Java_com_microsoft_applications_events_Sanitizer_setEnabled(JNIEnv *env, jclass clazz,
75
jboolean enabled) {
76
- if (spDataInspector == nullptr) {
+ if (spSanitizer == nullptr) {
77
return false;
78
}
79
0 commit comments