Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
76697798
Commit
76697798
authored
Nov 03, 1998
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfixes. Pass io_fd structs, not write functions, to the functions in
client.c. Rev: src/lsh.c:1.21
parent
1cbbc8af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/lsh.c
src/lsh.c
+3
-3
No files found.
src/lsh.c
View file @
76697798
...
...
@@ -92,9 +92,9 @@ static struct lookup_verifier *make_fake_host_db(struct signature_algorithm *a)
int
main
(
int
argc
,
char
**
argv
)
{
char
*
host
=
NULL
;
char
*
user
=
NULL
;
char
*
port
=
"ssh"
;
int
option
;
char
*
user
;
struct
sockaddr_in
remote
;
...
...
@@ -199,8 +199,8 @@ int main(int argc, char **argv)
(
make_alist
(
0
,
-
1
),
make_alist
(
0
,
-
1
),
make_client_startup
(
io_read
(
&
backend
,
in
,
NULL
,
NULL
),
&
io_write
(
&
backend
,
out
,
BLOCK_SIZE
,
NULL
)
->
buffer
->
super
,
&
io_write
(
&
backend
,
err
,
BLOCK_SIZE
,
NULL
)
->
buffer
->
super
,
io_write
(
&
backend
,
out
,
BLOCK_SIZE
,
NULL
),
io_write
(
&
backend
,
err
,
BLOCK_SIZE
,
NULL
),
ATOM_SHELL
,
ssh_format
(
""
)));
kexinit_handler
=
make_kexinit_handler
...
...
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