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
a54cab8a
Commit
a54cab8a
authored
May 03, 2001
by
Niels Möller
Browse files
Added trace messages.
Rev: src/lshd.c:1.115
parent
4f28acac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lshd.c
View file @
a54cab8a
...
...
@@ -709,7 +709,9 @@ int main(int argc, char **argv)
options
=
make_lshd_options
(
backend
);
trace
(
"Parsing options...
\n
"
);
argp_parse
(
&
main_argp
,
argc
,
argv
,
0
,
NULL
,
options
);
trace
(
"Parsing options...
\n
"
);
if
(
!
options
->
corefile
&&
!
daemon_disable_core
())
{
...
...
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