[sr-dev] git:master:74f95d90: app_jsdt: fixed typo in exporting KSR.pv.getvs(...)
Daniel-Constantin Mierla
miconda at gmail.com
Tue Sep 4 17:25:41 CEST 2018
Module: kamailio
Branch: master
Commit: 74f95d902d43e6eb7c3af42d2d4fcb5fd029c28b
URL: https://github.com/kamailio/kamailio/commit/74f95d902d43e6eb7c3af42d2d4fcb5fd029c28b
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2018-09-04T17:25:00+02:00
app_jsdt: fixed typo in exporting KSR.pv.getvs(...)
---
Modified: src/modules/app_jsdt/app_jsdt_api.c
---
Diff: https://github.com/kamailio/kamailio/commit/74f95d902d43e6eb7c3af42d2d4fcb5fd029c28b.diff
Patch: https://github.com/kamailio/kamailio/commit/74f95d902d43e6eb7c3af42d2d4fcb5fd029c28b.patch
---
diff --git a/src/modules/app_jsdt/app_jsdt_api.c b/src/modules/app_jsdt/app_jsdt_api.c
index 414f20732d..7af7f91b9d 100644
--- a/src/modules/app_jsdt/app_jsdt_api.c
+++ b/src/modules/app_jsdt/app_jsdt_api.c
@@ -528,7 +528,7 @@ const duk_function_list_entry _sr_kemi_pv_J_Map[] = {
{ "getw", jsdt_sr_pv_getw, 1 /* 1 args */ },
{ "gete", jsdt_sr_pv_gete, 1 /* 1 args */ },
{ "getvn", jsdt_sr_pv_getvn, 2 /* 2 args */ },
- { "getvd", jsdt_sr_pv_getvs, 2 /* 2 args */ },
+ { "getvs", jsdt_sr_pv_getvs, 2 /* 2 args */ },
{ "seti", jsdt_sr_pv_seti, 2 /* 2 args */ },
{ "sets", jsdt_sr_pv_sets, 2 /* 2 args */ },
{ "unset", jsdt_sr_pv_unset, 1 /* 1 args */ },
More information about the sr-dev
mailing list