r24808: Fix the same problem Volker noticed.
authorJeremy Allison <jra@samba.org>
Thu, 30 Aug 2007 17:34:47 +0000 (17:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:23 +0000 (12:30 -0500)
For some funny reason us4/gcc seems to fall over the '

Jeremy.
(This used to be commit 229e02d732c1612c7dc4510325da1dcf50050a95)

source3/libaddns/dns.h

index 8f2a0898532e922209d820f61dbf7f13d344daa1..40ea4f713d4e944bfa0f6da6a01d3c34206f8717 100644 (file)
@@ -88,7 +88,7 @@
 
 #if 0
 
-Disable these now we've checked all code paths and ensured
+Disable these now we have checked all code paths and ensured
 NULL returns on zero request. JRA.
 
 void *_talloc_zero_zeronull(const void *ctx, size_t size, const char *name);