src/protocols/toc/toc.c

changeset 6516
ea1e11634bf5
parent 6500
ad972e458ee2
child 6622
277eb0b14653
--- a/src/protocols/toc/toc.c	Wed Aug 20 01:55:25 2003 +0000
+++ b/src/protocols/toc/toc.c	Wed Aug 20 02:45:31 2003 +0000
@@ -898,7 +898,7 @@
 		g_snprintf(tmp, sizeof(tmp), "http://%s:%d/%s", tdt->toc_ip,
 				gaim_account_get_int(gc->account, "port", TOC_PORT),
 				url);
-		grab_url(tmp, FALSE, toc_got_info, NULL);
+		grab_url(tmp, FALSE, toc_got_info, NULL, NULL, 0);
 	} else if (!g_ascii_strcasecmp(c, "DIR_STATUS")) {
 	} else if (!g_ascii_strcasecmp(c, "ADMIN_NICK_STATUS")) {
 	} else if (!g_ascii_strcasecmp(c, "ADMIN_PASSWD_STATUS")) {

mercurial