svn commit: samba r11110 - in branches/SAMBA_4_0/source/lib/ldb/include: .

tridge at samba.org tridge at samba.org
Mon Oct 17 11:27:04 GMT 2005


Author: tridge
Date: 2005-10-17 11:27:03 +0000 (Mon, 17 Oct 2005)
New Revision: 11110

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11110

Log:

make ldb_oom() also set the ldb error string

Modified:
   branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h	2005-10-17 11:26:23 UTC (rev 11109)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h	2005-10-17 11:27:03 UTC (rev 11110)
@@ -118,7 +118,7 @@
 /*
   simplify out of memory handling
 */
-#define ldb_oom(ldb) ldb_debug(ldb, LDB_DEBUG_FATAL, "ldb out of memory at %s:%d\n", __FILE__, __LINE__)
+#define ldb_oom(ldb) ldb_debug_set(ldb, LDB_DEBUG_FATAL, "ldb out of memory at %s:%d\n", __FILE__, __LINE__)
 
 /* The following definitions come from lib/ldb/common/ldb_modules.c  */
 



More information about the samba-cvs mailing list