libpurple/protocols/mxit/protocol.c

changeset 33428
ca36fb806037
parent 33424
9919d10ee405
child 33440
8bc333966d04
--- a/libpurple/protocols/mxit/protocol.c	Sat Oct 13 01:17:01 2012 +0200
+++ b/libpurple/protocols/mxit/protocol.c	Sat Oct 13 01:52:22 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, &host_name, &host_port, NULL, NULL, NULL );
+	ok = purple_url_parse( session->http_server, NULL, &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 );
 	}

mercurial