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
52bb4b25
Commit
52bb4b25
authored
Nov 14, 2000
by
Niels Möller
Browse files
* src/channel.c (connection_service_command): Use
DEFINE_COMMAND_SIMPLE macro. Rev: src/channel.c:1.86
parent
1fdcef78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/channel.c
View file @
52bb4b25
...
...
@@ -1654,7 +1654,7 @@ void init_connection_service(struct ssh_connection *connection)
=
&
global_failure_handler
;
}
COMMAND_SIMPLE
(
connection_service_command
)
DEFINE_
COMMAND_SIMPLE
(
connection_service_command
,
a
)
{
CAST
(
ssh_connection
,
connection
,
a
);
...
...
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