14 lines
567 B
Plaintext
14 lines
567 B
Plaintext
|
$OpenBSD: patch-src_server_c,v 1.1 2002/10/16 05:27:41 mark Exp $
|
||
|
--- src/server.c.orig Tue Sep 3 06:33:21 2002
|
||
|
+++ src/server.c Tue Oct 15 22:16:35 2002
|
||
|
@@ -3264,7 +3264,8 @@ void napigator_request(gpointer data, in
|
||
|
gdk_input_remove(socket->output);
|
||
|
socket->output = -1;
|
||
|
|
||
|
-#define NAPSERV "www.napigator.com"
|
||
|
+//#define NAPSERV "www.napigator.com"
|
||
|
+#define NAPSERV "client2.napigator.com"
|
||
|
#define NAPCORE "/servers.php?version=107&client=lopster HTTP/1.0\nHost: " NAPSERV "\n\n"
|
||
|
#define NAPPROX "GET http://" NAPSERV NAPCORE
|
||
|
#define NAPDIR "GET " NAPCORE
|