diff options
Diffstat (limited to 'sesman/tools/sestest.c')
-rw-r--r-- | sesman/tools/sestest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/tools/sestest.c b/sesman/tools/sestest.c index e1c09cf2..0653355c 100644 --- a/sesman/tools/sestest.c +++ b/sesman/tools/sestest.c @@ -48,7 +48,7 @@ int main(int argc, char **argv) log.program_name = g_strdup("sestest"); log.log_file = g_strdup("sestest.log"); log_start_from_param(&log); - scp_init(&log); + scp_init(); sock = g_tcp_socket(); if (sock < 0) |