Skip to content

Commit 9349cf5

Browse files
committed
Remove the default server for Napster
This was pointing to some random IP address and they'd probably appreciate it if we don't send people their way.. Trying to connect with an empty server will get stuck trying to connect forever, as it fails dns in libpurple and will need to be fixed there.
1 parent 5eefbbf commit 9349cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

napster/napster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#include <string.h>
4343
#include <unistd.h>
4444

45-
#define NAP_SERVER "64.124.41.187"
45+
#define NAP_SERVER ""
4646
#define NAP_PORT 8888
4747

4848
#define NAPSTER_CONNECT_STEPS 2

0 commit comments

Comments
 (0)