diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-08-30 14:55:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:22 -0500 |
commit | 941a783f1a01c355e4da114760ad14abab4c8f89 (patch) | |
tree | a207be8c80b36713919bdd2d34b2caf3fc611f7f /source3/include | |
parent | 69d25c9e3d39094cfe16ff0172deab8e927793e7 (diff) | |
download | samba-941a783f1a01c355e4da114760ad14abab4c8f89.tar.gz samba-941a783f1a01c355e4da114760ad14abab4c8f89.tar.bz2 samba-941a783f1a01c355e4da114760ad14abab4c8f89.zip |
r24803: For some funny reason us4/gcc seems to fall over the '
(This used to be commit 08e309e955eea58df1eb88f848386eb2acbd31ba)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h index fb3d394d0d..c44f245d2b 100644 --- a/source3/include/smb_macros.h +++ b/source3/include/smb_macros.h @@ -277,7 +277,7 @@ copy an IP address from one buffer to another #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. #define TALLOC(ctx, size) talloc_zeronull(ctx, size, __location__) |