Skip to content

Commit 77d3f9c

Browse files
author
fmarasco
committed
fixed isEnabled
1 parent 0ad13a0 commit 77d3f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jni/Sanitizer_jni.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ extern "C"
7373
JNIEXPORT jboolean JNICALL
7474
Java_com_microsoft_applications_events_Sanitizer_setEnabled(JNIEnv *env, jclass clazz,
7575
jboolean enabled) {
76-
if (spDataInspector == nullptr) {
76+
if (spSanitizer == nullptr) {
7777
return false;
7878
}
7979

0 commit comments

Comments
 (0)