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
4eb52e00
Commit
4eb52e00
authored
Mar 19, 2000
by
Niels Möller
Browse files
* src/server_authorization.c (do_key_lookup): Don't free the
filename twice. Rev: src/server_authorization.c:1.10
parent
644f549b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server_authorization.c
View file @
4eb52e00
...
...
@@ -85,7 +85,6 @@ do_key_lookup(struct lookup_verifier *c,
if
(
USER_FILE_EXISTS
(
keyholder
,
filename
,
1
))
return
&
v
->
super
;
lsh_string_free
(
filename
);
return
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