From 0301c131e8dbd7980dfb84573b234dbefe1a9288 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 17 Feb 2024 01:58:55 +0100 Subject: [PATCH] osmo-epdg: db: fix missing const on const char *imsi --- src/libcharon/plugins/osmo_epdg/osmo_epdg_db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcharon/plugins/osmo_epdg/osmo_epdg_db.h b/src/libcharon/plugins/osmo_epdg/osmo_epdg_db.h index eaff7b17d..6ffb32e37 100644 --- a/src/libcharon/plugins/osmo_epdg/osmo_epdg_db.h +++ b/src/libcharon/plugins/osmo_epdg/osmo_epdg_db.h @@ -58,7 +58,7 @@ struct osmo_epdg_db_t { /** * Remove a subscriber from the db. */ - void (*remove_subscriber)(osmo_epdg_db_t *this, char *imsi); + void (*remove_subscriber)(osmo_epdg_db_t *this, const char *imsi); /** * Destroy a osmo_epdg_db_t.