diff --git a/lib/open.c b/lib/open.c index 4580f1d0..386ec835 100644 --- a/lib/open.c +++ b/lib/open.c @@ -185,5 +185,5 @@ glibtop_open_l (glibtop *server, const char *program_name, fprintf (stderr, "Calling sysdeps open function.\n"); - glibtop_open_s (server, program_name, features, flags); + glibtop_init_s (&server, features, flags); }