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
bf9b3bf3
Commit
bf9b3bf3
authored
Nov 29, 1999
by
Niels Möller
Browse files
* src/lshd.c (main): Don't pass backend to
make_server_connection_service. Rev: src/lshd.c:1.76
parent
17e12d56
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lshd.c
View file @
bf9b3bf3
...
...
@@ -44,7 +44,6 @@
#include
"server_keyexchange.h"
#include
"server_pty.h"
#include
"server_session.h"
#include
"server_userauth.h"
#include
"sexp.h"
#include
"sexp_commands.h"
#include
"spki.h"
...
...
@@ -52,7 +51,7 @@
#include
"tcpforward.h"
#include
"tcpforward_commands.h"
#include
"tcpforward_commands.h"
#include
"userauth.h"
#include
"
server_
userauth.h"
#include
"werror.h"
#include
"xalloc.h"
...
...
@@ -467,8 +466,7 @@ int main(int argc, char **argv)
,
ATOM_SHELL
,
make_shell_handler
(
backend
,
reaper
),
-
1
),
backend
),
-
1
)),
connection_hooks
),
-
1
))),
-
1
)));
...
...
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