summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-26 12:27:32 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:26 +0200
commit425239caeeb22cb0a221a38b70f2f2dc8b64bdcc (patch)
treeced3de38fce0f02f9afb54c73b518d4b5014745f /source3/winbindd/winbindd.c
parent15312e7310b63fbb22db319f201a8ce4f667ea62 (diff)
downloadsamba-425239caeeb22cb0a221a38b70f2f2dc8b64bdcc.tar.gz
samba-425239caeeb22cb0a221a38b70f2f2dc8b64bdcc.tar.bz2
samba-425239caeeb22cb0a221a38b70f2f2dc8b64bdcc.zip
s3:winbind: Convert the GETDCNAME routines to the new API
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r--source3/winbindd/winbindd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 6485f1734c..a57412ab14 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -470,7 +470,6 @@ static struct winbindd_dispatch_table {
{ WINBINDD_NETBIOS_NAME, winbindd_netbios_name, "NETBIOS_NAME" },
{ WINBINDD_PRIV_PIPE_DIR, winbindd_priv_pipe_dir,
"WINBINDD_PRIV_PIPE_DIR" },
- { WINBINDD_GETDCNAME, winbindd_getdcname, "GETDCNAME" },
/* Credential cache access */
{ WINBINDD_CCACHE_NTLMAUTH, winbindd_ccache_ntlm_auth, "NTLMAUTH" },
@@ -539,6 +538,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
winbindd_endpwent_send, winbindd_endpwent_recv },
{ WINBINDD_DSGETDCNAME, "DSGETDCNAME",
winbindd_dsgetdcname_send, winbindd_dsgetdcname_recv },
+ { WINBINDD_GETDCNAME, "GETDCNAME",
+ winbindd_getdcname_send, winbindd_getdcname_recv },
{ 0, NULL, NULL, NULL }
};