summaryrefslogtreecommitdiff
path: root/source4/winbind
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-19 16:07:28 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-19 16:09:14 +0200
commitda17719241b33f97ecb7e36104d7e8869f3e71e9 (patch)
treec4c4996ebd75ad7748e215b895913d4cc075a35b /source4/winbind
parentc293359daf502543fb682fb0c925514c54dbdaf7 (diff)
downloadsamba-da17719241b33f97ecb7e36104d7e8869f3e71e9.tar.gz
samba-da17719241b33f97ecb7e36104d7e8869f3e71e9.tar.bz2
samba-da17719241b33f97ecb7e36104d7e8869f3e71e9.zip
s4:winbind: fill response.data.num_entries for WINBINDD_LIST_TRUSTDOM
metze
Diffstat (limited to 'source4/winbind')
-rw-r--r--source4/winbind/wb_samba3_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/winbind/wb_samba3_cmd.c b/source4/winbind/wb_samba3_cmd.c
index 077dcbecaa..76f8207058 100644
--- a/source4/winbind/wb_samba3_cmd.c
+++ b/source4/winbind/wb_samba3_cmd.c
@@ -863,6 +863,7 @@ static void list_trustdom_recv_doms(struct composite_context *ctx)
if (num_domains > 0) {
s3call->response.extra_data.data = result;
s3call->response.length += strlen(result)+1;
+ s3call->response.data.num_entries = num_domains;
}
done: