--- gaim-0.77/src/protocols/napster/napster.c-org	2003-10-26 17:03:10.000000000 +0100
+++ gaim-0.77/src/protocols/napster/napster.c	2003-10-26 17:03:36.000000000 +0100
@@ -239,11 +239,9 @@
 		int tmp = read(source, buf + i, len - i);
 		if (tmp <= 0) {
 			g_free(buf);
-			buf = g_strdup_printf(_("Unable to read message from server.  Command is %hd, length is %hd."), len, command);
-			/* Change this to use the line below when we're not in string freeze */
-			/* buf = g_strdup_printf(_("Unable to read message from server: %s.  Command is %hd, length is %hd."), strerror(errno), len, command); */
-			gaim_connection_error(gc, buf);
-			g_free(buf);
+			// buf = g_strdup_printf(_("Unable to read message from server.  Command is %hd, length is %hd."), len, command);
+			// gaim_connection_error(gc, buf);
+			// g_free(buf);
			return;
 		}
 		i += tmp;
 	} while (i != len);
