Skip to content

Commit

Permalink
http_client: removed commented reference to lib kmi
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 2, 2017
1 parent c569d9b commit cadaf91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions 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
Expand Down Expand Up @@ -37,6 +37,4 @@ endif

DEFS+=-DKAMAILIO_MOD_INTERFACE

SERLIBPATH=../../lib
#SER_LIBS+=$(SERLIBPATH)/kmi/kmi
include ../../Makefile.modules
6 changes: 3 additions & 3 deletions src/modules/http_client/http_client.c
Expand Up @@ -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
*
*/
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit cadaf91

Please sign in to comment.