diff options
author | Volker Lendecke <vl@samba.org> | 2011-01-01 16:21:12 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-01-01 23:00:24 +0100 |
commit | 9ccef4e62b72a42b7281e6ad6bc1127ed9504bbb (patch) | |
tree | 00e50c48c0c031d845c29f65c7032f337248740c /source3/winbindd | |
parent | b2ba2b956e2b6e8552c74afe65902aae70203843 (diff) | |
download | samba-9ccef4e62b72a42b7281e6ad6bc1127ed9504bbb.tar.gz samba-9ccef4e62b72a42b7281e6ad6bc1127ed9504bbb.tar.bz2 samba-9ccef4e62b72a42b7281e6ad6bc1127ed9504bbb.zip |
s3: Remove unused mem_ctx arg from set_getdc_request
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Jan 1 23:00:24 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 5f42120a4c..d5642a3889 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -1177,7 +1177,7 @@ static bool dcip_to_name(TALLOC_CTX *mem_ctx, generate_random_buffer((uint8_t *)&val, 2); dgm_id = val; - if (send_getdc_request(mem_ctx, winbind_messaging_context(), + if (send_getdc_request(winbind_messaging_context(), pss, domain->name, &domain->sid, nt_version, dgm_id)) { const char *dc_name = NULL; |