s4-ldb: removed an unused variable
authorAndrew Tridgell <tridge@samba.org>
Tue, 28 Sep 2010 02:47:14 +0000 (19:47 -0700)
committerAndrew Tridgell <tridge@samba.org>
Tue, 28 Sep 2010 05:55:04 +0000 (22:55 -0700)
source4/dsdb/samdb/ldb_modules/util.c

index e6a0aeaf086ee042ae5fd52a6f99001f73aef8df..1dc466efb1f9868a86664e994b1d7b7370ee6111 100644 (file)
@@ -1214,7 +1214,6 @@ bool dsdb_block_anonymous_ops(struct ldb_module *module,
  */
 void dsdb_req_chain_debug(struct ldb_request *req, int level)
 {
-       char *ret;
        int i=0;
 
        while (req && req->handle) {