From 44f1a1a510d0776fb4a892e65f4c11fa19418fb7 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 11 Mar 2005 10:35:41 +0000 Subject: r5738: fix my build breakage; fix a few compiler warnings (This used to be commit acbe9efeb6de33610776560978f8632cbb847821) --- source3/libsmb/libsmb_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb/libsmb_cache.c') 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 -- cgit