diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-28 20:08:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:35 -0500 |
commit | 713b296441ec8b1447a0bc451720a8b84fd7e1fc (patch) | |
tree | ed8823757cf73874802ad94e20666e79e113a654 /source4/include | |
parent | ad6303f82fa862111c239b32b39f299e563a0802 (diff) | |
download | samba-713b296441ec8b1447a0bc451720a8b84fd7e1fc.tar.gz samba-713b296441ec8b1447a0bc451720a8b84fd7e1fc.tar.xz samba-713b296441ec8b1447a0bc451720a8b84fd7e1fc.zip |
r13210: Revert my named pipes patch until it passes not just 'make quicktest' but
also 'make test'
(This used to be commit e3d0676aee84e96e5c87bed4cd0cde75a4191953)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/smb.h | 8 | ||||
-rw-r--r-- | source4/include/structs.h | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/source4/include/smb.h b/source4/include/smb.h index a1934c9635a..78a66dd20a5 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -319,10 +319,10 @@ /* used to indicate end of chain */ #define SMB_CHAIN_NONE 0xFF -/* These are the named pipe commands */ -#define NAMED_PIPE_SETHANDLESTATE 0x01 -#define NAMED_PIPE_TRANSACT 0x26 -#define NAMED_PIPE_WAITHANDLESTATE 0x53 +/* These are the trans subcommands */ +#define TRANSACT_SETNAMEDPIPEHANDLESTATE 0x01 +#define TRANSACT_DCERPCCMD 0x26 +#define TRANSACT_WAITNAMEDPIPEHANDLESTATE 0x53 /* These are the NT transact sub commands. */ #define NT_TRANSACT_CREATE 1 diff --git a/source4/include/structs.h b/source4/include/structs.h index 05167db5f99..60ec1eae672 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -164,5 +164,3 @@ struct smbcli_state; struct substitute_context; struct model_ops; - -struct named_pipe_ops; |