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
4ac8a59a
Commit
4ac8a59a
authored
Mar 16, 2018
by
deuce
Browse files
Terminate string.
parent
b89f6cf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
exec/load/binkp.js
exec/load/binkp.js
+1
-1
No files found.
exec/load/binkp.js
View file @
4ac8a59a
...
...
@@ -643,7 +643,7 @@ BinkP.prototype.session = function()
while
(
!
js
.
terminated
&&
this
.
sock
!==
undefined
)
{
// We want to wait if we have no more files to send or if we're
// skipping files.
log
(
LOG_DEBUG
,
"
Loop: senteob='
"
+
this
.
senteob
+
"
', sentempty='
"
+
this
.
sentempty
+
"
', goteob='
"
+
this
.
goteob
+
"
', gotempty='
"
+
this
.
gotempty
+
"
', pending_ack.length='
"
+
this
.
pending_ack
.
length
+
"
', receiving undefined = '
"
+
(
this
.
receiving
===
undefined
)
+
"
');
log
(
LOG_DEBUG
,
"
Loop: senteob='
"
+
this
.
senteob
+
"
', sentempty='
"
+
this
.
sentempty
+
"
', goteob='
"
+
this
.
goteob
+
"
', gotempty='
"
+
this
.
gotempty
+
"
', pending_ack.length='
"
+
this
.
pending_ack
.
length
+
"
', receiving undefined = '
"
+
(
this
.
receiving
===
undefined
)
+
"
'
"
);
cur_timeout
=
0
;
if
(
this
.
senteob
)
cur_timeout
=
this
.
timeout
;
...
...
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