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
925b1d9d
Commit
925b1d9d
authored
Jan 12, 2000
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/command.c:1.33 Rev: src/exception.h:1.15 Rev: src/lsh.c:1.95
parent
a4037f36
Changes
3
Show whitespace changes
Inline
Side-by-side
src/command.c
View file @
925b1d9d
src/exception.h
View file @
925b1d9d
...
...
@@ -135,6 +135,13 @@ void exception_raise(struct exception_handler *e,
/* Unexpected or unsupported expression type */
#define EXC_SPKI_TYPE 0x80001
#if 0
/* Serialization */
#define EXC_CONNECTION_SERIALIZE 0x100000
#define EXC_CONNECTION_LOCK 0x100001
#define EXC_CONNECTION_UNLOCK 0x100002
#endif
#define EXC_ALL (~0)
extern
struct
exception_handler
default_exception_handler
;
...
...
src/lsh.c
View file @
925b1d9d
...
...
@@ -488,7 +488,7 @@ static void do_lsh_login(struct command *s,
-
1
))));
}
/* (login options publi-keys connection) */
/* (login options publi
c
-keys connection) */
COMMAND_SIMPLE
(
lsh_login_command
)
{
CAST
(
lsh_options
,
options
,
a
);
...
...
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