diff options
author | Gerald Carter <jerry@samba.org> | 2007-05-14 14:24:52 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2007-05-14 14:24:52 +0000 |
commit | c3f0e56c057f6be60bd3721485f013ed63defa6a (patch) | |
tree | 912f4dfedfc0303371a02b2ec9f77e1328c0b0ee /source/include/smb_macros.h | |
parent | e6549096bedeac730cacbcaffddd6f907e4c9e28 (diff) | |
download | samba-3.0.25.tar.gz samba-3.0.25.tar.xz samba-3.0.25.zip |
r22853: checkin pending security fixes and release notes updates for Samba 3.0.25samba-3.0.25
Diffstat (limited to 'source/include/smb_macros.h')
-rw-r--r-- | source/include/smb_macros.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/include/smb_macros.h b/source/include/smb_macros.h index 7c715884b01..d26433359be 100644 --- a/source/include/smb_macros.h +++ b/source/include/smb_macros.h @@ -295,7 +295,6 @@ copy an IP address from one buffer to another #if defined(PARANOID_MALLOC_CHECKER) #define PRS_ALLOC_MEM(ps, type, count) (type *)prs_alloc_mem_((ps),sizeof(type),(count)) -#define PRS_ALLOC_MEM_VOID(ps, size) prs_alloc_mem_((ps),(size),1) /* Get medieval on our ass about malloc.... */ @@ -334,7 +333,6 @@ copy an IP address from one buffer to another #else #define PRS_ALLOC_MEM(ps, type, count) (type *)prs_alloc_mem((ps),sizeof(type),(count)) -#define PRS_ALLOC_MEM_VOID(ps, size) prs_alloc_mem((ps),(size),1) /* Regular malloc code. */ |