Skip to content
Snippets Groups Projects
Commit 7117b4d8 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Probably doesn't resolve the Coverity issue

But good practice anyway
parent 4ec5647c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -496,7 +496,7 @@ js_logout(JSContext *cx, uintN argc, jsval *arglist)
JS_RESUMEREQUEST(cx, rc);
val = BOOLEAN_TO_JSVAL(JS_FALSE);
JS_SetProperty(cx, obj, "logged_in", &val);
(void)JS_SetProperty(cx, obj, "logged_in", &val);
JS_SET_RVAL(cx, arglist,BOOLEAN_TO_JSVAL(JS_TRUE));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment