Module: kamailio Branch: master Commit: cadaf912f58b5ef1d91e05bc82b6477f989443f9 URL: https://github.com/kamailio/kamailio/commit/cadaf912f58b5ef1d91e05bc82b6477f...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-01-02T20:27:53+01:00
http_client: removed commented reference to lib kmi
---
Modified: src/modules/http_client/Makefile Modified: src/modules/http_client/http_client.c
---
Diff: https://github.com/kamailio/kamailio/commit/cadaf912f58b5ef1d91e05bc82b6477f... Patch: https://github.com/kamailio/kamailio/commit/cadaf912f58b5ef1d91e05bc82b6477f...
---
diff --git a/src/modules/http_client/Makefile b/src/modules/http_client/Makefile index 42d12d4..5117852 100644 --- a/src/modules/http_client/Makefile +++ b/src/modules/http_client/Makefile @@ -1,7 +1,7 @@ # -# curl module makefile +# http_client module makefile +# # -# # WARNING: do not run this directly, it should be run by the master Makefile
include ../../Makefile.defs @@ -37,6 +37,4 @@ endif
DEFS+=-DKAMAILIO_MOD_INTERFACE
-SERLIBPATH=../../lib -#SER_LIBS+=$(SERLIBPATH)/kmi/kmi include ../../Makefile.modules diff --git a/src/modules/http_client/http_client.c b/src/modules/http_client/http_client.c index 1efafe7..78d0568 100644 --- a/src/modules/http_client/http_client.c +++ b/src/modules/http_client/http_client.c @@ -21,8 +21,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ @@ -186,7 +186,7 @@ struct module_exports exports = { cmds, /* Exported functions */ params, /* Exported parameters */ 0, /* exported statistics */ - 0, /* exported MI functions */ + 0, /* exported MI functions */ mod_pvs, /* exported pseudo-variables */ 0, /* extra processes */ mod_init, /* module initialization function */