Re: [PATCH] git-daemon wrapper to wait until daemon is ready

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am 14.04.2012 20:29, schrieb Clemens Buchacher:
> +	r = read_line(proc.err, buf, sizeof(buf));

We have strbuf_getwholeline_fd().

> +	memset(&cat, 0, sizeof(cat));
> +	cat.argv = (const char **)cat_argv;
> +	cat.in = proc.err;
> +	cat.out = 2;

Useless use of cat?

-- Hannes
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]