summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-07-15 08:33:43 +0000
committerGerald Carter <jerry@samba.org>2000-07-15 08:33:43 +0000
commit2755ad8814f07906cddd303bed6a5a1971a2c3ff (patch)
treeb8b9f41e4c109ffbb166d23a0fc03b4ecf99848a /source3/include
parent6a9db25270a2b1e15ba3e9eaaa265ae67f0c0c3c (diff)
downloadsamba-2755ad8814f07906cddd303bed6a5a1971a2c3ff.tar.gz
samba-2755ad8814f07906cddd303bed6a5a1971a2c3ff.tar.bz2
samba-2755ad8814f07906cddd303bed6a5a1971a2c3ff.zip
reverted a some previous additions.
Removed msrpc_local struct --jerry (This used to be commit b2317babb557f5bce390c7162c9936f5d46f4da3)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h19
1 files changed, 4 insertions, 15 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 67ca5ef173..a49bbb9636 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1632,21 +1632,10 @@ struct ntdom_info
vuser_key key;
};
-struct msrpc_local
-{
- fstring pipe_name;
- struct ntdom_info nt;
-#if 0
- cli_auth_fns *auth;
- void *auth_info;
-#endif
-
- int fd;
- BOOL initialised;
- char *inbuf;
- char *outbuf;
-};
-
+/*
+ * Network Computing Architechture Context Name Named Pipe
+ * See MSDN docs for more information
+ */
struct ncacn_np
{
fstring pipe_name;