summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-25 23:02:44 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:26 +0200
commit244bb7f163017f409935e265370a4068b3bc8d0c (patch)
tree967363e50d93742077c16f089e127042e670f02a /source3/winbindd/winbindd.c
parent7579f0fb175d9e9484465d54cbc933283c26005e (diff)
downloadsamba-244bb7f163017f409935e265370a4068b3bc8d0c.tar.gz
samba-244bb7f163017f409935e265370a4068b3bc8d0c.tar.bz2
samba-244bb7f163017f409935e265370a4068b3bc8d0c.zip
s3:winbind: Convert winbindd_dsgetdcname 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 85203fbed0..6485f1734c 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -471,7 +471,6 @@ static struct winbindd_dispatch_table {
{ WINBINDD_PRIV_PIPE_DIR, winbindd_priv_pipe_dir,
"WINBINDD_PRIV_PIPE_DIR" },
{ WINBINDD_GETDCNAME, winbindd_getdcname, "GETDCNAME" },
- { WINBINDD_DSGETDCNAME, winbindd_dsgetdcname, "DSGETDCNAME" },
/* Credential cache access */
{ WINBINDD_CCACHE_NTLMAUTH, winbindd_ccache_ntlm_auth, "NTLMAUTH" },
@@ -538,6 +537,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
winbindd_getpwent_send, winbindd_getpwent_recv },
{ WINBINDD_ENDPWENT, "ENDPWENT",
winbindd_endpwent_send, winbindd_endpwent_recv },
+ { WINBINDD_DSGETDCNAME, "DSGETDCNAME",
+ winbindd_dsgetdcname_send, winbindd_dsgetdcname_recv },
{ 0, NULL, NULL, NULL }
};