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
5252f98c
Commit
5252f98c
authored
Mar 07, 1999
by
Niels Möller
Browse files
* src/server.c(make_server_connection_service): Renamed (was
make_server_session_service). Rev: src/lshd.c:1.40
parent
2e01e907
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lshd.c
View file @
5252f98c
...
...
@@ -422,14 +422,15 @@ int main(int argc, char **argv)
make_unix_userauth
(
make_alist
(
1
,
ATOM_SSH_CONNECTION
,
make_server_
sess
ion_service
make_server_
connect
ion_service
(
make_alist
(
0
,
-
1
),
make_alist
(
1
#if WITH_PTY_SUPPORT
+
1
,
ATOM_PTY_REQ
,
make_pty_handler
()
#endif
/* WITH_PTY_SUPPORT */
,
ATOM_SHELL
,
make_shell_handler
(
backend
,
reaper
),
-
1
)),
-
1
),
backend
),
-
1
)),
-
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