From 87c1550d7056a711317b04af184292ed7c7c86a8 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 16 Sep 2019 00:10:55 +0200 Subject: sccp_user: correct comment for osmo_sccp_simple_client Fixes: 3884eb68d932 ("osmo_sccp_simple_client(): use sccp instance index 0 instead of 1") Change-Id: Iaac59222df84eacf813825c2ef660281381e6b14 --- src/sccp_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sccp_user.c b/src/sccp_user.c index ff5eb08..a1302d9 100644 --- a/src/sccp_user.c +++ b/src/sccp_user.c @@ -633,7 +633,7 @@ osmo_sccp_simple_client(void *ctx, const char *name, uint32_t default_pc, { /*! This is simplified version of osmo_sccp_simple_client_on_ss7_id(). * the only difference is that the ID of the CS7 instance will be - * set to 1 statically */ + * set to 0 statically */ return osmo_sccp_simple_client_on_ss7_id(ctx, 0, name, default_pc, prot, default_local_port, -- cgit v1.2.3