X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/914a5ff5342e43d8a2378b1f0f65057ef084fe20..bef232aebeabbef525faa7d7f5b08cf7a1427f95:/src/general.c diff --git a/src/general.c b/src/general.c index 8793762..0d159df 100644 --- a/src/general.c +++ b/src/general.c @@ -5,11 +5,11 @@ */ /* * This file is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1997-2000 Ian Jackson + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -244,7 +244,7 @@ static const struct sinfo { SINFO( querydomainwrong, "Domain invalid for particular DNS query type" ), SINFO( querydomaininvalid, "Domain name is syntactically invalid" ), - SINFO( querydomaintoolong, "Domain name is too long" ), + SINFO( querydomaintoolong, "Domain name or component is too long" ), SINFO( nxdomain, "No such domain" ), SINFO( nodata, "No such data" )