aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libcommon/gsup_test_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/libcommon/gsup_test_client.c')
-rw-r--r--openbsc/src/libcommon/gsup_test_client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/libcommon/gsup_test_client.c b/openbsc/src/libcommon/gsup_test_client.c
index 8be4e7aea..ce302353c 100644
--- a/openbsc/src/libcommon/gsup_test_client.c
+++ b/openbsc/src/libcommon/gsup_test_client.c
@@ -276,8 +276,8 @@ int main(int argc, char **argv)
osmo_init_logging(&gsup_test_client_log_info);
- g_gc = gsup_client_create(server_host, server_port, gsupc_read_cb,
- NULL);
+ g_gc = gsup_client_create("GSUPTEST",server_host, server_port,
+ gsupc_read_cb, NULL);
signal(SIGINT, sig_cb);