changeset 1424:9d8cf2e12e68

[gaim-migrate @ 1434] Umm committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 25 Jan 2001 00:54:42 +0000
parents def9a3f6b407
children 3e6a17ae51e8
files plugins/napster.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/napster.c	Thu Jan 25 00:39:56 2001 +0000
+++ b/plugins/napster.c	Thu Jan 25 00:54:42 2001 +0000
@@ -767,8 +767,7 @@
 	int i;
 	int status;
 
-//	host = gethostbyname("208.184.216.24");
-	host = gethostbyname("213.254.1.82");
+	host = gethostbyname("n184.napster.com");
 
 	if (!host) {
 		hide_login_progress(gc, "Unable to resolve hostname");
@@ -803,6 +802,7 @@
 	/* And set up the input watcher */
 	ndata->inpa = gdk_input_add(ndata->fd, GDK_INPUT_READ, nap_login_callback, gc);
 
+
 }
 
 static void nap_join_chat(struct gaim_connection *gc, int id, char *name)