ses.debug_trace is wrong

This commit is contained in:
Matt Johnston 2016-09-01 23:08:56 +08:00
parent c6e912f9e2
commit 32df924d02

View File

@ -182,7 +182,7 @@ static double time_since_start()
void dropbear_trace(const char* format, ...) {
va_list param;
if (!ses.debug_trace) {
if (!debug_trace) {
return;
}