Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
bake
Commits
9d0a2b8f
Commit
9d0a2b8f
authored
Apr 07, 2020
by
Matthieu Dorier
Browse files
re-correcting bug
parent
8530ed09
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bake-client.c
View file @
9d0a2b8f
...
...
@@ -278,7 +278,7 @@ int bake_provider_handle_get_info(bake_provider_handle_t handle,
hg_return_t
hret
=
HG_SUCCESS
;
if
(
handle
==
BAKE_PROVIDER_HANDLE_NULL
)
return
BAKE_ERR_INVALID_ARG
;
if
(
client
)
*
client
=
handle
->
client
;
if
(
addr
)
hret
=
margo_addr_dup
(
handle
->
mid
,
handle
->
addr
,
addr
);
if
(
addr
)
hret
=
margo_addr_dup
(
handle
->
client
->
mid
,
handle
->
addr
,
addr
);
if
(
provider_id
)
*
provider_id
=
handle
->
provider_id
;
if
(
hret
!=
HG_SUCCESS
)
ret
=
BAKE_ERR_MERCURY
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment