summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-12-08 14:06:39 +0100
committerStefan Metzmacher <metze@samba.org>2017-06-22 13:07:40 +0200
commit8c4cef218af2f5464223e56bbde8d50acce79155 (patch)
tree32df6d14408ad4471220b985497e2d757dbb7a17 /source3/include/client.h
parentb38570e5020fed0a6ba91d8cce7d8af1523bee90 (diff)
downloadsamba-8c4cef218af2f5464223e56bbde8d50acce79155.tar.gz
s3:libsmb: no longer pass remote_realm to cli_state_create()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index db8260d4552..38fba01142d 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -87,7 +87,6 @@ struct cli_state {
char *dfs_mountpoint;
struct smbXcli_conn *conn;
- const char *remote_realm;
struct {
uint32_t pid;