svn commit: samba r18529 - in branches/SAMBA_3_0/source/lib: .

derrell at samba.org derrell at samba.org
Thu Sep 14 17:56:05 GMT 2006


idra at samba.org writes:

> +			DEBUG(1, ("WARNING: your /etc/hosts file may be broken!\n"));
> +			DEBUGADD(1, ("    specifing the machine hostname for address 127.0.0.1 may lead\n"));
> +			DEBUGADD(1, ("    to Kerberos authentication probelms as localhost.localdomain\n"));
> +			DEBUGADD(1, ("    may end up to be used instead of the real machine FQDN.\n"));

Verb conjugation in English of "to be" is really strange.  This should say:

			DEBUGADD(1, ("    may end up being used instead of the real machine FQDN.\n"));

Derrell


More information about the samba-technical mailing list