Module: kamailio Branch: master Commit: 7bde00b35f55db6c57834703d7fdd9d51516c01d URL: https://github.com/kamailio/kamailio/commit/7bde00b35f55db6c57834703d7fdd9d5...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-01-02T12:22:59+01:00
json: removed commented lib kmi from Makefile
- removed svn ids
---
Modified: src/modules/json/Makefile Modified: src/modules/json/json_funcs.c Modified: src/modules/json/json_funcs.h Modified: src/modules/json/json_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/7bde00b35f55db6c57834703d7fdd9d5... Patch: https://github.com/kamailio/kamailio/commit/7bde00b35f55db6c57834703d7fdd9d5...
---
diff --git a/src/modules/json/Makefile b/src/modules/json/Makefile index 2ee06ef..af88485 100644 --- a/src/modules/json/Makefile +++ b/src/modules/json/Makefile @@ -1,7 +1,7 @@ # # json module makefile # -# +# # WARNING: do not run this directly, it should be run by the master Makefile
include ../../Makefile.defs @@ -31,7 +31,4 @@ else endif DEFS+=-DKAMAILIO_MOD_INTERFACE
-SERLIBPATH=../../lib -# SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1 -# SER_LIBS+=$(SERLIBPATH)/kmi/kmi include ../../Makefile.modules diff --git a/src/modules/json/json_funcs.c b/src/modules/json/json_funcs.c index 6c318c7..935877f 100644 --- a/src/modules/json/json_funcs.c +++ b/src/modules/json/json_funcs.c @@ -1,5 +1,4 @@ /** - * $Id$ * * Copyright (C) 2011 Flowroute LLC (flowroute.com) * diff --git a/src/modules/json/json_funcs.h b/src/modules/json/json_funcs.h index 5f47bef..6c4067d 100644 --- a/src/modules/json/json_funcs.h +++ b/src/modules/json/json_funcs.h @@ -1,5 +1,4 @@ /** - * $Id$ * * Copyright (C) 2011 Flowroute LLC (flowroute.com) * diff --git a/src/modules/json/json_mod.c b/src/modules/json/json_mod.c index e752884..b20299e 100644 --- a/src/modules/json/json_mod.c +++ b/src/modules/json/json_mod.c @@ -1,5 +1,4 @@ /** - * $Id$ * * Copyright (C) 2011 Flowroute LLC (flowroute.com) * @@ -75,7 +74,7 @@ static int fixup_get_field(void** param, int param_no) } return 0; } - + LM_ERR("invalid parameter number <%d>\n", param_no); return -1; }