diff options
author | Jeremy Allison <jra@samba.org> | 2007-08-30 17:34:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:23 -0500 |
commit | 229e02d732c1612c7dc4510325da1dcf50050a95 (patch) | |
tree | 8f3dcef8f4cf1012392d4980dcdbe165578a9521 /source/libaddns | |
parent | 46dbd6034ec2c6475f428cd2d5cce56268bc34a7 (diff) | |
download | samba-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.h | 2 |
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); |