diff options
author | Gerald Carter <jerry@samba.org> | 2000-07-15 08:33:43 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-07-15 08:33:43 +0000 |
commit | 2755ad8814f07906cddd303bed6a5a1971a2c3ff (patch) | |
tree | b8b9f41e4c109ffbb166d23a0fc03b4ecf99848a /source3 | |
parent | 6a9db25270a2b1e15ba3e9eaaa265ae67f0c0c3c (diff) | |
download | samba-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')
-rw-r--r-- | source3/include/smb.h | 19 |
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; |