From 11f07599006cf2ce6760095d07bfe22680c3744e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 26 May 2009 00:26:39 +0200 Subject: s3:dbwrap_tool: remove superfluous command mapping Michael --- source3/utils/dbwrap_tool.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3') diff --git a/source3/utils/dbwrap_tool.c b/source3/utils/dbwrap_tool.c index c25620f64f..59d8f2885a 100644 --- a/source3/utils/dbwrap_tool.c +++ b/source3/utils/dbwrap_tool.c @@ -151,7 +151,6 @@ struct dbwrap_op_dispatch_table dispatch_table[] = { { OP_STORE, TYPE_INT32, dbwrap_tool_store_int32 }, { OP_STORE, TYPE_UINT32, dbwrap_tool_store_uint32 }, { OP_DELETE, TYPE_INT32, dbwrap_tool_delete }, - { OP_DELETE, TYPE_UINT32, dbwrap_tool_delete }, { OP_ERASE, TYPE_INT32, dbwrap_tool_erase }, { 0, 0, NULL }, }; -- cgit