Module: kamailio Branch: master Commit: a426a2e113c4b41af36ee4240cc10460a6cb537a URL: https://github.com/kamailio/kamailio/commit/a426a2e113c4b41af36ee4240cc10460a6cb537a
Author: Bastian Triller <bastian.tril...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2025-07-14T12:58:23+02:00 pv: Fix typo --- Modified: src/modules/pv/pv.c --- Diff: https://github.com/kamailio/kamailio/commit/a426a2e113c4b41af36ee4240cc10460a6cb537a.diff Patch: https://github.com/kamailio/kamailio/commit/a426a2e113c4b41af36ee4240cc10460a6cb537a.patch --- diff --git a/src/modules/pv/pv.c b/src/modules/pv/pv.c index e1cf00e3443..6ed27e7712b 100644 --- a/src/modules/pv/pv.c +++ b/src/modules/pv/pv.c @@ -178,7 +178,7 @@ static pv_export_t mod_pvs[] = { PVT_OTHER, pv_get_diversion, 0, 0, 0, pv_init_iname, 1}, {{"dir", (sizeof("dir") - 1)}, /* */ PVT_OTHER, pv_get_diversion, 0, 0, 0, pv_init_iname, 2}, - {{"dip", (sizeof("dis") - 1)}, /* */ + {{"dip", (sizeof("dip") - 1)}, /* */ PVT_OTHER, pv_get_diversion, 0, 0, 0, pv_init_iname, 3}, {{"dic", (sizeof("dic") - 1)}, /* */ PVT_OTHER, pv_get_diversion, 0, 0, 0, pv_init_iname, 4}, _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!