s4-dsdb: fixed a warning on dsdb_delete()
authorAndrew Tridgell <tridge@samba.org>
Mon, 1 Aug 2011 02:40:24 +0000 (12:40 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 4 Aug 2011 06:17:24 +0000 (16:17 +1000)
commitfc40769b64188adedf273913fa94d30b307970d3
tree9c19b4bf5d5b20230bcbdf9a6b9ef7ff85937ff0
parentd10553a51c518407c48529dcfd3e7a5e6f6207c7
s4-dsdb: fixed a warning on dsdb_delete()

struct ldb_dn is never const

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
source4/dsdb/common/util.c