Skip to content
GitLab
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
a37c99e9
Commit
a37c99e9
authored
Oct 26, 2001
by
Niels Möller
Browse files
(sftp_process_read): Use the same type
for done as for length, UINT32. Rev: src/sftp/sftp-server.c:1.12
parent
a8063f76
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sftp/sftp-server.c
View file @
a37c99e9
...
...
@@ -985,9 +985,9 @@ sftp_process_read(struct sftp_ctx *ctx)
/* Check so we are to read at all */
if
(
length
)
{
size_t
done
=
0
;
int
res
;
UINT32
done
=
0
;
UINT32
index
;
int
res
;
DEBUG
((
"sftp_process_read: fd = %d
\n
"
,
f
->
fd
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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