mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 13:42:06 -04:00
Fix cut-and-paste problem with the debugging definition of isc_mempool_put().
This commit is contained in:
parent
07bd65db25
commit
b0cab8639f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ ISC_LANG_BEGINDECLS
|
|||
#define isc_mem_get(c, s) __isc_mem_getdebug(c, s, __FILE__, __LINE__)
|
||||
#define isc_mem_put(c, p, s) __isc_mem_putdebug(c, p, s, __FILE__, __LINE__)
|
||||
#define isc_mempool_get(c) __isc_mempool_getdebug(c, __FILE__, __LINE__)
|
||||
#define isc_mempool_put(c, p) __isc_mempool_putdebug(c, p, s, \
|
||||
#define isc_mempool_put(c, p) __isc_mempool_putdebug(c, p, \
|
||||
__FILE__, __LINE__)
|
||||
#else
|
||||
#define isc_mem_get __isc_mem_get
|
||||
|
|
|
|||
Loading…
Reference in a new issue