From 2755ad8814f07906cddd303bed6a5a1971a2c3ff Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sat, 15 Jul 2000 08:33:43 +0000 Subject: reverted a some previous additions. Removed msrpc_local struct --jerry (This used to be commit b2317babb557f5bce390c7162c9936f5d46f4da3) --- source3/include/smb.h | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'source3/include') 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; -- cgit