[distcc] distcc 2.5 is out

Wayne Davison wayned at users.sourceforge.net
Tue Jun 3 07:03:51 GMT 2003


On Mon, Jun 02, 2003 at 12:44:21PM -0700, Wayne Davison wrote:
> the PORT is ignored when specified in the old format.

Here's a patch for you:

--- src/hosts.c	27 May 2003 04:42:47 -0000	1.50
+++ src/hosts.c	3 Jun 2003 06:40:46 -0000
@@ -187,6 +187,7 @@
             rs_log_error("bad multiplier \"%s\" in host specification", token);
             return EXIT_BAD_HOSTSPEC;
         }
+        while (isdigit(**psrc)) (*psrc)++;
         hostdef->n_slots = val;
     }
     return 0;

..wayne..



More information about the distcc mailing list