[distcc] distcc 2.5 is out

Martin Pool mbp at samba.org
Thu Jun 5 06:46:49 GMT 2003


On  3 Jun 2003, Wayne Davison <wayned at users.sourceforge.net> wrote:
> 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:

Thanks, taken.

> +++ 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..
> __ 
> distcc mailing list            http://distcc.samba.org/
> To unsubscribe or change options: 
> http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
-- 
Martin 



More information about the distcc mailing list