diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-06 12:25:41 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-02-16 15:18:42 +0100 |
commit | 1d0684c8452ddaec3ab3f715382503c87b0ec534 (patch) | |
tree | 0b7876ac83ee92ee07c6d64464012b810481c977 /source3/librpc | |
parent | 0c5cbb557bf5577825230740985cf75483797042 (diff) | |
download | samba-1d0684c8452ddaec3ab3f715382503c87b0ec534.tar.gz samba-1d0684c8452ddaec3ab3f715382503c87b0ec534.tar.bz2 samba-1d0684c8452ddaec3ab3f715382503c87b0ec534.zip |
s3-librpc: Remove unused bool gensec_hook
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/rpc/dcerpc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h index be23e10130..a91b06e0e9 100644 --- a/source3/librpc/rpc/dcerpc.h +++ b/source3/librpc/rpc/dcerpc.h @@ -40,8 +40,6 @@ struct pipe_auth_data { enum dcerpc_AuthType auth_type; enum dcerpc_AuthLevel auth_level; - bool gensec_hook; - void *auth_ctx; /* Only the client code uses these 3 for now */ |