summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_cache.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-03-11 10:35:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:58 -0500
commit44f1a1a510d0776fb4a892e65f4c11fa19418fb7 (patch)
tree9d81e781a83cfed90afc1135b0fd2eaaed4c4328 /source3/libsmb/libsmb_cache.c
parent9d65e0778425b1e49e789178999ce98e59395569 (diff)
downloadsamba-44f1a1a510d0776fb4a892e65f4c11fa19418fb7.tar.gz
samba-44f1a1a510d0776fb4a892e65f4c11fa19418fb7.tar.bz2
samba-44f1a1a510d0776fb4a892e65f4c11fa19418fb7.zip
r5738: fix my build breakage; fix a few compiler warnings
(This used to be commit acbe9efeb6de33610776560978f8632cbb847821)
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 dabf5a527d..71399f14db 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->options.one_share_per_server) {
+ if (context->internal->options.one_share_per_server) {
/*
* The currently connected share name
* doesn't match the requested share, so