summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-01 12:03:31 +0100
committerVolker Lendecke <vl@samba.org>2009-02-01 14:34:23 +0100
commit53394980ad7dc09af4412a6c4ee75241798b0e7c (patch)
tree1bdfb1fb7ed75738afdb46825dc0c75d54027a9c /source3/include/ntdomain.h
parent3cd8c121dc27739a9a70bf47e32dcd19e35ddf14 (diff)
downloadsamba-53394980ad7dc09af4412a6c4ee75241798b0e7c.tar.gz
samba-53394980ad7dc09af4412a6c4ee75241798b0e7c.tar.bz2
samba-53394980ad7dc09af4412a6c4ee75241798b0e7c.zip
Replace pipe names in pipes_struct by ndr_syntax_id
This was mainly used for debugging output
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 3f501550da..2d6a358391 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -214,8 +214,7 @@ typedef struct pipes_struct {
struct auth_serversupplied_info *server_info;
- fstring name;
- fstring pipe_srv_name;
+ struct ndr_syntax_id syntax;
/* linked list of rpc dispatch tables associated
with the open rpc contexts */