dsdb: Do not use free'd memory.
authorAndreas Schneider <asn@samba.org>
Tue, 6 Sep 2016 09:08:04 +0000 (11:08 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 8 Sep 2016 22:32:12 +0000 (00:32 +0200)
commit016f49997cddb7d0dcd8ea4a1ae721a105f6f62b
tree465999e06c6a1b535574508f13f3db3c3ca0c57e
parentdce3f1fc60bde8b54180b45abdcfaaa9beb8e416
dsdb: Do not use free'd memory.

The msg has already been free'd at this point so we need to print the
user_dn which gets assigned to msg->dn.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/dsdb/common/util.c