Index: trunk/ntripclient/NtripLinuxClient.c
===================================================================
--- trunk/ntripclient/NtripLinuxClient.c	(revision 7)
+++ trunk/ntripclient/NtripLinuxClient.c	(revision 8)
@@ -1,5 +1,5 @@
 /*
   Easy example NTRIP client for Linux/Unix.
-  $Id: NtripLinuxClient.c,v 1.4 2004/07/14 10:09:22 stoecker Exp $
+  $Id: NtripLinuxClient.c,v 1.5 2004/11/25 12:47:16 stoecker Exp $
   Copyright (C) 2003 by Dirk Stoecker <stoecker@epost.de>
     
@@ -24,4 +24,5 @@
   1.1   2003-02-24 stoecker    initial version
   1.2   2003-02-25 stoecker    fixed agent string
+  1.6   2004-12-13 stoecker    fixed server string
 */
 
@@ -44,6 +45,6 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.4 $";
-static char datestr[]     = "$Date: 2004/07/14 10:09:22 $";
+static char revisionstr[] = "$Revision: 1.5 $";
+static char datestr[]     = "$Date: 2004/11/25 12:47:16 $";
 
 struct Args
@@ -80,5 +81,5 @@
   char *t;
 
-  args->server = "213.20.239.197";
+  args->server = "www.gref-ip.de";
   args->port = 80;
   args->user = "";
