--- a/libpurple/protocols/mxit/protocol.c Tue Oct 16 11:43:13 2012 +0200 +++ b/libpurple/protocols/mxit/protocol.c Tue Oct 16 11:54:27 2012 +0200 @@ -337,7 +337,7 @@ gboolean ok; /* extract the HTTP host name and host port number to connect to */ - ok = purple_url_parse( session->http_server, NULL, &host_name, &host_port, NULL, NULL, NULL ); + ok = purple_url_parse( session->http_server, &host_name, &host_port, NULL, NULL, NULL ); if ( !ok ) { purple_debug_error( MXIT_PLUGIN_ID, "HTTP POST error: (host name '%s' not valid)\n", session->http_server ); }