From 941a783f1a01c355e4da114760ad14abab4c8f89 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 30 Aug 2007 14:55:32 +0000 Subject: r24803: For some funny reason us4/gcc seems to fall over the ' (This used to be commit 08e309e955eea58df1eb88f848386eb2acbd31ba) --- source3/include/smb_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__) -- cgit