From: wessels <> Date: Tue, 25 Jan 2000 04:57:49 +0000 (+0000) Subject: naughty words X-Git-Tag: SQUID_3_0_PRE1~2071 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4eb752552a089929f708a0e6193bf65702c1611;p=thirdparty%2Fsquid.git naughty words --- diff --git a/lib/rfc1035.c b/lib/rfc1035.c index dceab6926d..807bd4956f 100644 --- a/lib/rfc1035.c +++ b/lib/rfc1035.c @@ -1,6 +1,6 @@ /* - * $Id: rfc1035.c,v 1.11 1999/12/30 17:36:15 wessels Exp $ + * $Id: rfc1035.c,v 1.12 2000/01/24 21:57:49 wessels Exp $ * * Low level DNS protocol routines * AUTHOR: Duane Wessels @@ -270,7 +270,7 @@ rfc1035NameUnpack(const char *buf, size_t sz, off_t off, char *name, size_t ns) do { c = *(buf + off); if (c > RFC1035_MAXLABELSZ) { - /* fucking compression */ + /* blasted compression */ unsigned short s; off_t ptr; memcpy(&s, buf + off, sizeof(s));