Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
7117b4d8
Commit
7117b4d8
authored
Mar 01, 2022
by
Rob Swindell
💬
Browse files
Probably doesn't resolve the Coverity issue
But good practice anyway
parent
4ec5647c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/services.c
src/sbbs3/services.c
+1
-1
No files found.
src/sbbs3/services.c
View file @
7117b4d8
...
...
@@ -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
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment