1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

torture_algorithm: follow verbosity

This commit is contained in:
Aris Adamantiadis
2011-09-23 22:57:05 +02:00
parent 717840fc09
commit 43fc7553f8

View File

@ -27,7 +27,9 @@
static void setup(void **state) {
int verbosity=torture_libssh_verbosity();
ssh_session session = ssh_new();
ssh_options_set(session, SSH_OPTIONS_LOG_VERBOSITY, &verbosity);
*state = session;
}