summaryrefslogtreecommitdiff
path: root/source/libaddns
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-08-30 17:34:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:23 -0500
commit229e02d732c1612c7dc4510325da1dcf50050a95 (patch)
tree8f3dcef8f4cf1012392d4980dcdbe165578a9521 /source/libaddns
parent46dbd6034ec2c6475f428cd2d5cce56268bc34a7 (diff)
downloadsamba-229e02d732c1612c7dc4510325da1dcf50050a95.tar.gz
r24808: Fix the same problem Volker noticed.
For some funny reason us4/gcc seems to fall over the ' Jeremy.
Diffstat (limited to 'source/libaddns')
-rw-r--r--source/libaddns/dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libaddns/dns.h b/source/libaddns/dns.h
index 8f2a0898532..40ea4f713d4 100644
--- a/source/libaddns/dns.h
+++ b/source/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);