s3:dbwrap_tool: remove superfluous command mapping
authorMichael Adam <obnox@samba.org>
Mon, 25 May 2009 22:26:39 +0000 (00:26 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 25 May 2009 22:51:40 +0000 (00:51 +0200)
Michael

source3/utils/dbwrap_tool.c

index c25620f64f1d9cc30acbcf7fe8c1afea26be6ca3..59d8f2885ac2662ef330ad8b8515886054f4d42a 100644 (file)
@@ -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 },
 };