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
20c72696
Commit
20c72696
authored
Dec 31, 1998
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* server.c (do_open_session): Mark arguments as UNUSED.
Rev: src/server.c:1.36
parent
adba377e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/server.c
src/server.c
+3
-3
No files found.
src/server.c
View file @
20c72696
...
...
@@ -464,9 +464,9 @@ static struct ssh_channel *
do_open_session
(
struct
channel_open
*
c
,
struct
ssh_connection
*
connection
UNUSED
,
struct
simple_buffer
*
args
,
UINT32
*
error
,
char
**
error_msg
,
struct
lsh_string
**
data
)
UINT32
*
error
UNUSED
,
char
**
error_msg
UNUSED
,
struct
lsh_string
**
data
UNUSED
)
{
CAST
(
open_session
,
closure
,
c
);
...
...
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