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
d7fdae62
Commit
d7fdae62
authored
Sep 02, 2001
by
Niels Möller
Browse files
* src/lshg.c (make_options): Pass NULL random to
init_client_options. Rev: src/lshg.c:1.13
parent
8d998c6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lshg.c
View file @
d7fdae62
...
...
@@ -63,7 +63,7 @@ make_options(struct io_backend *backend,
int
*
exit_code
)
{
NEW
(
lshg_options
,
self
);
init_client_options
(
&
self
->
super
,
backend
,
handler
,
exit_code
);
init_client_options
(
&
self
->
super
,
backend
,
NULL
,
handler
,
exit_code
);
self
->
gateway
=
NULL
;
...
...
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