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 | a646210b2b8ead5690b3c6baf058c2de6e0c1a26 (patch) | |
tree | 9ddeed5c07fa385e836e31b00534e9bb3271f6f7 /source3/libaddns | |
parent | 020e0aba0a9d4b9ff1a8bcf3bd73d77b8958066c (diff) | |
download | samba-a646210b2b8ead5690b3c6baf058c2de6e0c1a26.tar.gz samba-a646210b2b8ead5690b3c6baf058c2de6e0c1a26.tar.xz samba-a646210b2b8ead5690b3c6baf058c2de6e0c1a26.zip |
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)
Diffstat (limited to 'source3/libaddns')
-rw-r--r-- | source3/libaddns/dns.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |