diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-27 14:42:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:48 -0500 |
commit | 8270e1e31071d23915cc3aa408ad6c7074ea1c11 (patch) | |
tree | f49335de6642c7431f9defc96967dd705814addc /source4/librpc/rpc/dcerpc.h | |
parent | acd6a086b341096fcbea1775ce748587fcc8020a (diff) | |
download | samba-8270e1e31071d23915cc3aa408ad6c7074ea1c11.tar.gz samba-8270e1e31071d23915cc3aa408ad6c7074ea1c11.tar.xz samba-8270e1e31071d23915cc3aa408ad6c7074ea1c11.zip |
r12511: Remove authservice from binding string
(This used to be commit 2188168209f07bd87d90d7ff94e8b542ced68249)
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r-- | source4/librpc/rpc/dcerpc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index 263121eaefc..5f13ba3081d 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -189,7 +189,6 @@ struct dcerpc_binding { uint16_t object_version; const char *host; const char *endpoint; - const char *authservice; const char **options; uint32_t flags; }; |