diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-15 13:56:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:06 -0500 |
commit | 63f9607ea7d48ad4bd418fc1135d72215aa05c85 (patch) | |
tree | 992260573a9819f98e836b1bb36be20ae426b81d /source3/nsswitch | |
parent | 7c21a46afc1d927026ce7f23103ad3ee045b4bde (diff) | |
download | samba-63f9607ea7d48ad4bd418fc1135d72215aa05c85.tar.gz samba-63f9607ea7d48ad4bd418fc1135d72215aa05c85.tar.bz2 samba-63f9607ea7d48ad4bd418fc1135d72215aa05c85.zip |
r22905: cli_send_mailslot had a message_send_pid inside
(This used to be commit 3fdfb5b7cdf25f4db7bbacb416523d75cab1b103)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_cm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index 58e0ff9d0a..e547d6d54d 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -975,7 +975,8 @@ static BOOL send_getdc_request(struct in_addr dc_ip, SSVAL(p, 6, 0xffff); p+=8; - return cli_send_mailslot(False, "\\MAILSLOT\\NET\\NTLOGON", 0, + return cli_send_mailslot(winbind_messaging_context(), + False, "\\MAILSLOT\\NET\\NTLOGON", 0, outbuf, PTR_DIFF(p, outbuf), global_myname(), 0, domain_name, 0x1c, dc_ip); |