summaryrefslogtreecommitdiffstats
path: root/librpc/rpc/rpc_common.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-23 09:45:47 +0100
committerGünther Deschner <gd@samba.org>2014-02-13 11:54:14 +0100
commitafcd5506c9da466c1f568c01eae47649001fc82d (patch)
tree32a8f2a21c4a6d5917582b720caa0fc3b79fbd13 /librpc/rpc/rpc_common.h
parentc327a60a027ba06dbc67921055bb88f9a573096d (diff)
downloadsamba-afcd5506c9da466c1f568c01eae47649001fc82d.tar.gz
samba-afcd5506c9da466c1f568c01eae47649001fc82d.tar.xz
samba-afcd5506c9da466c1f568c01eae47649001fc82d.zip
librpc/rpc: remove dcerpc_binding->localaddress and store it in the options array
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'librpc/rpc/rpc_common.h')
-rw-r--r--librpc/rpc/rpc_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/librpc/rpc/rpc_common.h b/librpc/rpc/rpc_common.h
index 98be80eb226..0fd9933d230 100644
--- a/librpc/rpc/rpc_common.h
+++ b/librpc/rpc/rpc_common.h
@@ -48,7 +48,6 @@ struct dcerpc_binding {
const char *target_principal;
const char *endpoint;
const char **options;
- const char *localaddress;
uint32_t flags;
uint32_t assoc_group_id;
};
@@ -104,9 +103,6 @@ struct dcerpc_binding {
/* use NDR64 transport */
#define DCERPC_NDR64 (1<<21)
-/* specify binding interface */
-#define DCERPC_LOCALADDRESS (1<<22)
-
/* handle upgrades or downgrades automatically */
#define DCERPC_SCHANNEL_AUTO (1<<23)