Add support for searching GC in v3-3-test

Volker Lendecke Volker.Lendecke at SerNet.DE
Fri Jun 20 08:35:50 GMT 2008


On Thu, Jun 19, 2008 at 01:48:31PM -0500, Gerald (Jerry) Carter wrote:
> +static const char* host_dns_domain(const char *fqdn)
> +{
> +	const char *p = fqdn;
> +
> +	while (p && *p != '.') {
> +		p++;
> +	}

Quick stylistic question -- what's wrong with strchr?

Volker
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20080620/d3d0b153/attachment.bin


More information about the samba-technical mailing list