diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-11 21:44:02 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-11 21:44:02 +1000 |
commit | 2eb61efd1f050696a7835cfc5c7af96bbcb9708e (patch) | |
tree | 492069246bf8af0b305c3315551991d633ed198e /source4/lib/ldb/ldb_map/ldb_map_outbound.c | |
parent | bae320e2aac91839fd2c331e1ad719cb1b4de599 (diff) | |
parent | f74e8c266f43d0c640ab8068d28a1b197164d548 (diff) | |
download | samba-2eb61efd1f050696a7835cfc5c7af96bbcb9708e.tar.gz samba-2eb61efd1f050696a7835cfc5c7af96bbcb9708e.tar.bz2 samba-2eb61efd1f050696a7835cfc5c7af96bbcb9708e.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source4/lib/ldb/ldb_map/ldb_map_outbound.c')
-rw-r--r-- | source4/lib/ldb/ldb_map/ldb_map_outbound.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb_map/ldb_map_outbound.c b/source4/lib/ldb/ldb_map/ldb_map_outbound.c index 5f5be89976..6a8e796ca4 100644 --- a/source4/lib/ldb/ldb_map/ldb_map_outbound.c +++ b/source4/lib/ldb/ldb_map/ldb_map_outbound.c @@ -1261,6 +1261,8 @@ static int map_remote_search_callback(struct ldb_request *req, return ret; } + talloc_free(ares); + ret = map_search_local(ac); if (ret != LDB_SUCCESS) { return ldb_module_done(ac->req, NULL, NULL, ret); |