From e5f5b093456b6cc9f8c34725a6eebda0b558c6f9 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 7 Jan 2005 12:46:39 +0000 Subject: fix conflict with mysql namespace git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@1551 7b491191-dbf0-0310-aff6-d879d4d69008 --- imap4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap4.h') diff --git a/imap4.h b/imap4.h index b358546b..8cc2faa3 100644 --- a/imap4.h +++ b/imap4.h @@ -43,7 +43,7 @@ /* max number of retries when synchronizing mailbox with dbase */ #define MAX_RETRIES 20 -#define null_free(p) { my_free(p); p = NULL; } +#define null_free(p) { dm_free(p); p = NULL; } int IMAPClientHandler(ClientInfo * ci); -- cgit v1.2.3