Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
1d268acb
Commit
1d268acb
authored
Oct 23, 1998
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a FIXME:
Rev: src/lsh.c:1.13
parent
f78c8dd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/lsh.c
src/lsh.c
+5
-0
No files found.
src/lsh.c
View file @
1d268acb
...
...
@@ -40,6 +40,9 @@
#include "format.h"
#include "io.h"
#include "randomness.h"
#include "service.h"
#include "session.h"
#include "userauth.h"
#include "werror.h"
#include "xalloc.h"
...
...
@@ -169,6 +172,8 @@ int main(int argc, char **argv)
kexinit_handler
=
make_kexinit_handler
(
CONNECTION_CLIENT
,
make_kexinit
,
algorithms
,
/* FIXME: make_service_handler is wrong function: It's for
* the server side. */
make_service_handler
(
make_alist
(
1
,
ATOM_SSH_USERAUTH
,
make_client_userauth
(
ssh_format
(
"%lz"
,
user
),
...
...
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