libpurple/protocols/jabber/bosh.c

changeset 33440
8bc333966d04
parent 33428
ca36fb806037
child 33774
491716e51b9b
--- a/libpurple/protocols/jabber/bosh.c	Tue Oct 16 11:43:13 2012 +0200
+++ b/libpurple/protocols/jabber/bosh.c	Tue Oct 16 11:54:27 2012 +0200
@@ -202,7 +202,7 @@
 	char *host, *path, *user, *passwd;
 	int port;
 
-	if (!purple_url_parse(url, NULL, &host, &port, &path, &user, &passwd)) {
+	if (!purple_url_parse(url, &host, &port, &path, &user, &passwd)) {
 		purple_debug_info("jabber", "Unable to parse given URL.\n");
 		return NULL;
 	}

mercurial