1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet

This commit is contained in:
Andrew Bartlett 2008-04-18 18:21:52 +02:00
commit e8da1559f7
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
dn: CN=CONFIG
cn: CONFIG
lowerBound: 10000
upperBound: 20000
lowerBound: 3000000
upperBound: 4000000

View File

@ -209,7 +209,6 @@ static void init_domain_recv_netlogonpipe(struct composite_context *ctx)
&state->domain->netlogon_pipe);
if (!composite_is_ok(state->ctx)) {
talloc_free(state->domain->netlogon_binding);
return;
}
talloc_steal(state->domain->netlogon_pipe, state->domain->netlogon_binding);