mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 18:29:50 +09:00
log: Make global variables static
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -205,7 +205,7 @@ static void torture_config_new(void **state)
|
||||
assert_int_equal(session->opts.timeout, 30);
|
||||
assert_string_equal(session->opts.bindaddr, BIND_ADDRESS);
|
||||
|
||||
assert_int_equal(ssh_log_level, SSH_LOG_TRACE);
|
||||
assert_int_equal(ssh_get_log_level(), SSH_LOG_TRACE);
|
||||
assert_int_equal(session->common.log_verbosity, SSH_LOG_TRACE);
|
||||
|
||||
/* reset to something sane */
|
||||
|
||||
Reference in New Issue
Block a user