diff options
Diffstat (limited to 'src/responder/ifp/ifp_cache.c')
-rw-r--r-- | src/responder/ifp/ifp_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/responder/ifp/ifp_cache.c b/src/responder/ifp/ifp_cache.c index a109ac05d..8ea2d8008 100644 --- a/src/responder/ifp/ifp_cache.c +++ b/src/responder/ifp/ifp_cache.c @@ -190,7 +190,7 @@ errno_t ifp_cache_list_domains(TALLOC_CTX *mem_ctx, num_paths += num_tmp_paths; - domain = get_next_domain(domain, true); + domain = get_next_domain(domain, SSS_GND_DESCEND); } if (_paths != NULL) { |