summaryrefslogtreecommitdiff
path: root/source4/kdc/kpasswdd.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@redhat.com>2009-12-16 16:12:13 +0100
committerStefan Metzmacher <metze@samba.org>2009-12-16 20:28:38 +0100
commitac2d31e24cfa24f6674b645b3661a1a2ce9ab060 (patch)
tree5327638efd2af52b7266a3b3e241fb3829eacd10 /source4/kdc/kpasswdd.c
parent8ca88042f0f4dae9f0207ec5de3074f26a2ef9cb (diff)
downloadsamba-ac2d31e24cfa24f6674b645b3661a1a2ce9ab060.tar.gz
samba-ac2d31e24cfa24f6674b645b3661a1a2ce9ab060.tar.bz2
samba-ac2d31e24cfa24f6674b645b3661a1a2ce9ab060.zip
s4-gensec: Replace gensec_set_peer_addr with new tsocket based fn.
Diffstat (limited to 'source4/kdc/kpasswdd.c')
-rw-r--r--source4/kdc/kpasswdd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/kdc/kpasswdd.c b/source4/kdc/kpasswdd.c
index 586dd1304b..9b3336a7a1 100644
--- a/source4/kdc/kpasswdd.c
+++ b/source4/kdc/kpasswdd.c
@@ -524,7 +524,7 @@ bool kpasswdd_process(struct kdc_server *kdc,
* older MIT clients need this, we might have to insert more
* complex code */
- nt_status = gensec_set_peer_addr(gensec_security, peer_addr);
+ nt_status = gensec_set_local_address(gensec_security, peer_addr);
if (!NT_STATUS_IS_OK(nt_status)) {
talloc_free(tmp_ctx);
return false;