Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
3cc15288
Commit
3cc15288
authored
Feb 29, 2004
by
Niels Möller
Browse files
* src/socks.c (do_read_socks): Bugfix, update self->pos.
Rev: src/socks.c:1.4
parent
c96fb4bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/socks.c
View file @
3cc15288
...
...
@@ -331,6 +331,7 @@ do_read_socks(struct read_handler **h,
available
=
self
->
length
-
self
->
pos
;
lsh_string_write
(
self
->
buffer
,
self
->
pos
,
available
,
data
);
self
->
pos
=
self
->
length
;
p
=
lsh_string_data
(
self
->
buffer
);
...
...
Write
Preview
Supports
Markdown
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