mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
This commit is contained in:
commit
e8da1559f7
@ -1,5 +1,4 @@
|
|||||||
dn: CN=CONFIG
|
dn: CN=CONFIG
|
||||||
cn: CONFIG
|
cn: CONFIG
|
||||||
lowerBound: 10000
|
lowerBound: 3000000
|
||||||
upperBound: 20000
|
upperBound: 4000000
|
||||||
|
|
||||||
|
@ -209,7 +209,6 @@ static void init_domain_recv_netlogonpipe(struct composite_context *ctx)
|
|||||||
&state->domain->netlogon_pipe);
|
&state->domain->netlogon_pipe);
|
||||||
|
|
||||||
if (!composite_is_ok(state->ctx)) {
|
if (!composite_is_ok(state->ctx)) {
|
||||||
talloc_free(state->domain->netlogon_binding);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
talloc_steal(state->domain->netlogon_pipe, state->domain->netlogon_binding);
|
talloc_steal(state->domain->netlogon_pipe, state->domain->netlogon_binding);
|
||||||
|
Loading…
Reference in New Issue
Block a user