Skip to content

Commit

Permalink
core: kemi - release lock if indexed callback is found
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 14, 2016
1 parent a085976 commit ff695de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kemi.c
Expand Up @@ -1040,6 +1040,7 @@ int sr_kemi_cbname_lookup_name(str *name)
if(_sr_kemi_cbname_list[i].name.len==name->len
&& strncmp(_sr_kemi_cbname_list[i].name.s,
name->s, name->len)==0) {
lock_release(_sr_kemi_cbname_lock);
return i+1;
}
}
Expand Down

0 comments on commit ff695de

Please sign in to comment.