summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_server.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-15 09:24:56 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-15 09:34:02 +0200
commita1cf6a52af5eb9766105870c2eb5470855fbd1e7 (patch)
tree51518842aa2c2db814fda65fd01b7d7bb7e9440f /source4/winbind/wb_server.h
parent2fd0137a87cdefb5626f5537201af8f93eb0be8b (diff)
downloadsamba-a1cf6a52af5eb9766105870c2eb5470855fbd1e7.tar.gz
samba-a1cf6a52af5eb9766105870c2eb5470855fbd1e7.tar.xz
samba-a1cf6a52af5eb9766105870c2eb5470855fbd1e7.zip
s4:winbind: wbsrv_samba3_priv_pipe_dir() needs to return the directory not the pipe path
metze
Diffstat (limited to 'source4/winbind/wb_server.h')
-rw-r--r--source4/winbind/wb_server.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h
index d86bc20fb9b..3bfe58bca90 100644
--- a/source4/winbind/wb_server.h
+++ b/source4/winbind/wb_server.h
@@ -25,8 +25,6 @@
#include "libnet/libnet.h"
#define WINBINDD_SAMBA3_SOCKET "pipe"
-/* the privileged socket is in smbd_tmp_dir() */
-#define WINBINDD_SAMBA3_PRIVILEGED_SOCKET "winbind_pipe"
/* this struct stores global data for the winbind task */
struct wbsrv_service {
@@ -35,8 +33,6 @@ struct wbsrv_service {
const struct dom_sid *primary_sid;
struct wbsrv_domain *domains;
struct idmap_context *idmap_ctx;
-
- const char *priv_socket_path;
};
struct wbsrv_samconn {