mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
r5738: fix my build breakage; fix a few compiler warnings
(This used to be commit acbe9efeb6
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
9d65e07784
commit
44f1a1a510
@ -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
|
||||
|
Reference in New Issue
Block a user