]> git.pld-linux.org Git - packages/distcc.git/blob - distcc-dcc_dis.patch
- rel 0.2
[packages/distcc.git] / distcc-dcc_dis.patch
1 --- distcc-2.17/src/clinet.c~   2004-07-30 01:12:13.000000000 +0000
2 +++ distcc-2.17/src/clinet.c    2004-08-14 10:40:42.371505216 +0000
3 @@ -128,7 +128,7 @@
4      int ret;
5      char portname[20];
6  
7 -    dcc_trace("connecting to %s port %d", host, port);
8 +    //dcc_trace("connecting to %s port %d", host, port);
9      
10      /* Unfortunately for us, getaddrinfo wants the port (service) as a string */
11      snprintf(portname, sizeof portname, "%d", port);
This page took 0.031132 seconds and 3 git commands to generate.