Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
margo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
18
Issues
18
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
sds
margo
Commits
5ae1ce8f
Commit
5ae1ce8f
authored
Aug 25, 2017
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
properly handle HG_Reset error
parent
5a1d56d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/margo.c
src/margo.c
+5
-0
No files found.
src/margo.c
View file @
5ae1ce8f
...
...
@@ -1331,6 +1331,11 @@ static hg_return_t margo_handle_cache_get(margo_instance_id mid,
HASH_ADD
(
hh
,
mid
->
used_handle_hash
,
handle
,
sizeof
(
hg_handle_t
),
el
);
*
handle
=
el
->
handle
;
}
else
{
/* reset failed, add handle back to the free list */
LL_APPEND
(
mid
->
free_handle_list
,
el
);
}
return
hret
;
}
...
...
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