summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_cache.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-03-11 17:01:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:59 -0500
commit51310680ce751e30fd5b143e87d025e0dc92ff3c (patch)
tree8580381b5f889c9d542b62ec7e1150197aa66998 /source3/libsmb/libsmb_cache.c
parent3677b964c8118a4197f173d432b559e1df3768bc (diff)
downloadsamba-51310680ce751e30fd5b143e87d025e0dc92ff3c.tar.gz
samba-51310680ce751e30fd5b143e87d025e0dc92ff3c.tar.bz2
samba-51310680ce751e30fd5b143e87d025e0dc92ff3c.zip
r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX structure; note that we break compat with 3.0.11 but are ok with earlier versions
(This used to be commit 6e8d171551bfe480cb1a526469defc33276550f6)
Diffstat (limited to 'source3/libsmb/libsmb_cache.c')
-rw-r--r--source3/libsmb/libsmb_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/libsmb_cache.c b/source3/libsmb/libsmb_cache.c
index 71399f14db..dabf5a527d 100644
--- a/source3/libsmb/libsmb_cache.c
+++ b/source3/libsmb/libsmb_cache.c
@@ -143,7 +143,7 @@ static SMBCSRV * smbc_get_cached_server(SMBCCTX * context, const char * server,
* a connection to the server (other than the
* attribute server connection) is cool.
*/
- if (context->internal->options.one_share_per_server) {
+ if (context->options.one_share_per_server) {
/*
* The currently connected share name
* doesn't match the requested share, so