]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
naughty words
authorwessels <>
Tue, 25 Jan 2000 04:57:49 +0000 (04:57 +0000)
committerwessels <>
Tue, 25 Jan 2000 04:57:49 +0000 (04:57 +0000)
lib/rfc1035.c

index dceab6926d76c02f1997089164bf44439b36a959..807bd4956f36d8191434e13756903d3eacaae1fe 100644 (file)
@@ -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));