summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;