Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
32df924d
Commit
32df924d
authored
Sep 01, 2016
by
Matt Johnston
Browse files
ses.debug_trace is wrong
parent
c6e912f9
Changes
1
Show whitespace changes
Inline
Side-by-side
dbutil.c
View file @
32df924d
...
@@ -182,7 +182,7 @@ static double time_since_start()
...
@@ -182,7 +182,7 @@ static double time_since_start()
void
dropbear_trace
(
const
char
*
format
,
...)
{
void
dropbear_trace
(
const
char
*
format
,
...)
{
va_list
param
;
va_list
param
;
if
(
!
ses
.
debug_trace
)
{
if
(
!
debug_trace
)
{
return
;
return
;
}
}
...
...
Write
Preview
Markdown
is supported
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