From cadaf912f58b5ef1d91e05bc82b6477f989443f9 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 2 Jan 2017 20:02:35 +0100 Subject: [PATCH] http_client: removed commented reference to lib kmi --- src/modules/http_client/Makefile | 6 ++---- src/modules/http_client/http_client.c | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/modules/http_client/Makefile b/src/modules/http_client/Makefile index 42d12d4b4b4..51178523e9e 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 1efafe7b09a..78d05686634 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 */