Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-keyval
Commits
bb6023a6
Commit
bb6023a6
authored
Jan 31, 2018
by
Rob Latham
Browse files
fix small "may be used uninitialized" warning
parent
caa5d919
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sdskv-client.c
View file @
bb6023a6
...
...
@@ -266,7 +266,7 @@ int sdskv_put(sdskv_provider_handle_t provider,
hret
=
margo_bulk_create
(
provider
->
client
->
mid
,
1
,
(
void
**
)(
&
value
),
&
in
.
bulk
.
vsize
,
HG_BULK_READ_ONLY
,
&
in
.
bulk
.
handle
);
if
(
ret
!=
HG_SUCCESS
)
{
if
(
h
ret
!=
HG_SUCCESS
)
{
fprintf
(
stderr
,
"[SDSKV] margo_bulk_create() failed in sdskv_put()
\n
"
);
return
-
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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