mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
r26355: Eliminate global_loadparm in more places.
(This used to be commit 5d589a0d94
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
4a36b71675
commit
b65dba2245
@ -116,11 +116,11 @@ int main(int argc, const char **argv)
|
||||
|
||||
}
|
||||
|
||||
h1 = open_backend(pc, global_loadparm, backend1, remote1);
|
||||
h1 = open_backend(pc, cmdline_lp_ctx, backend1, remote1);
|
||||
if (h1 == NULL)
|
||||
return 1;
|
||||
|
||||
h2 = open_backend(pc, global_loadparm, backend2, remote2);
|
||||
h2 = open_backend(pc, cmdline_lp_ctx, backend2, remote2);
|
||||
if (h2 == NULL)
|
||||
return 1;
|
||||
|
||||
|
Reference in New Issue
Block a user