Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
c67fc569
Commit
c67fc569
authored
Mar 15, 2016
by
Matt Johnston
Browse files
m_close() rather than close()
parent
6b5c6af6
Changes
1
Hide whitespace changes
Inline
Side-by-side
svr-x11fwd.c
View file @
c67fc569
...
...
@@ -119,7 +119,7 @@ fail:
/* cleanup */
m_free
(
chansess
->
x11authprot
);
m_free
(
chansess
->
x11authcookie
);
close
(
fd
);
m_
close
(
fd
);
return
DROPBEAR_FAILURE
;
}
...
...
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