Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 3f06b1d024d705777b482d0d229ac49a > files > 2

dolly_plus-0.93-6mdv2010.1.src.rpm

--- Client.cpp	2005-11-17 14:15:01.000000000 +0100
+++ Client.cpp.patched	2005-11-17 14:12:16.000000000 +0100
@@ -95,8 +95,8 @@
   strncpy(serverName,hostIte->get_name(),ret);
   serverName[ret]='\0';
   if (!hostIte->search_flag(CALL_HOST)) {
-    fprintf(stderr,"cannot find myhost name in RING packet"
-	    "(Client.cpp)\n"); exit(1);  }
+    fprintf(stderr,"cannot find myhost name in RING packet, trying to continue..."
+	    "(Client.cpp)\n"); } //exit(1);  }
   ret= hostIte->get_name_len();
   myName = new char [ret+1];
   strncpy(myName,hostIte->get_name(),ret);