From a646210b2b8ead5690b3c6baf058c2de6e0c1a26 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 30 Aug 2007 17:34:47 +0000 Subject: r24808: Fix the same problem Volker noticed. For some funny reason us4/gcc seems to fall over the ' Jeremy. (This used to be commit 229e02d732c1612c7dc4510325da1dcf50050a95) --- source3/libaddns/dns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libaddns/dns.h') diff --git a/source3/libaddns/dns.h b/source3/libaddns/dns.h index 8f2a089853..40ea4f713d 100644 --- a/source3/libaddns/dns.h +++ b/source3/libaddns/dns.h @@ -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); -- cgit