svn commit: samba r17048 - in branches/SOC/mkhl/ldb-map/modules: .

mkhl at samba.org mkhl at samba.org
Sat Jul 15 08:46:27 GMT 2006


Author: mkhl
Date: 2006-07-15 08:46:27 +0000 (Sat, 15 Jul 2006)
New Revision: 17048

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

Log:
Remove unused async step from map_step.

Martin

Modified:
   branches/SOC/mkhl/ldb-map/modules/ldb_map.c


Changeset:
Modified: branches/SOC/mkhl/ldb-map/modules/ldb_map.c
===================================================================
--- branches/SOC/mkhl/ldb-map/modules/ldb_map.c	2006-07-15 08:36:44 UTC (rev 17047)
+++ branches/SOC/mkhl/ldb-map/modules/ldb_map.c	2006-07-15 08:46:27 UTC (rev 17048)
@@ -105,7 +105,6 @@
 struct map_async_context {
 	enum map_step {
 		MAP_SEARCH_LOCAL,
-		MAP_SEARCH_REMOTE,
 		MAP_DO_ADD_REMOTE,
 		MAP_DO_ADD_LOCAL,
 		MAP_SEARCH_SELF_MODIFY,



More information about the samba-cvs mailing list