added default server ip
authorhackbard <hackbard>
Tue, 16 Nov 2004 08:44:55 +0000 (08:44 +0000)
committerhackbard <hackbard>
Tue, 16 Nov 2004 08:44:55 +0000 (08:44 +0000)
nlsop_gui.c

index ec9de6d..3129fe2 100644 (file)
@@ -342,7 +342,7 @@ int main(int argc,char **argv)
 
   /* default values */
   strcpy(logfile,LOGFILE);
 
   /* default values */
   strcpy(logfile,LOGFILE);
-  strcpy(server_ip,"");
+  strcpy(server_ip,"137.250.82.105");
   port=1025;
 
   /* parse/check argv */
   port=1025;
 
   /* parse/check argv */