mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r17327: when the connect with the ipv6 socket was ok,
we need to inform the caller...
metze
(This used to be commit 40f10dfd60
)
This commit is contained in:
parent
5c1d881091
commit
509a70e7da
@ -386,7 +386,10 @@ void continue_ipv6_open_socket(struct composite_context *ctx)
|
||||
|
||||
/* receive result of socket open request */
|
||||
c->status = dcerpc_pipe_open_socket_recv(ctx);
|
||||
if (NT_STATUS_IS_OK(c->status)) return;
|
||||
if (NT_STATUS_IS_OK(c->status)) {
|
||||
composite_done(c);
|
||||
return;
|
||||
}
|
||||
|
||||
talloc_free(s->srvaddr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user