summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-27 14:42:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:48 -0500
commit8270e1e31071d23915cc3aa408ad6c7074ea1c11 (patch)
treef49335de6642c7431f9defc96967dd705814addc /source4/librpc/rpc/dcerpc.h
parentacd6a086b341096fcbea1775ce748587fcc8020a (diff)
downloadsamba-8270e1e31071d23915cc3aa408ad6c7074ea1c11.tar.gz
samba-8270e1e31071d23915cc3aa408ad6c7074ea1c11.tar.bz2
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index 263121eaef..5f13ba3081 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;
};