]> andersk Git - moira.git/blobdiff - incremental/winad/ldap-int.h
From mark: Exchange changes.
[moira.git] / incremental / winad / ldap-int.h
index e7ffb4034c58dbd0a674f060599fc9ce9be8df87..f3439282652a6956614c2c2f6d77fcc11050d69f 100755 (executable)
@@ -471,10 +471,10 @@ extern int                                nsldapi_initialized;
  * following macros. This is so we can plug-in alternative memory
  * allocators, etc. as the need arises.
  */
-#define NSLDAPI_MALLOC( size )         nsldapi_malloc( size )
+#define NSLDAPI_MALLOC( size )         ldap_x_malloc( size )
 #define NSLDAPI_CALLOC( nelem, elsize )        nsldapi_calloc( nelem, elsize )
 #define NSLDAPI_REALLOC( ptr, size )   nsldapi_realloc( ptr, size )
-#define NSLDAPI_FREE( ptr )            nsldapi_free( ptr )
+#define NSLDAPI_FREE( ptr )            ldap_x_free( ptr )
 
 
 /*
This page took 1.964895 seconds and 4 git commands to generate.