Skip to content

Commit

Permalink
revert z_keyexpr_as_view_string_check
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Jul 11, 2024
1 parent 1f762e3 commit d266aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int8_t z_keyexpr_as_view_string(const z_loaned_keyexpr_t *keyexpr, z_view_string
ret = _Z_ERR_GENERIC;
}

return _Z_RES_OK;
return ret;
}

int8_t z_keyexpr_concat(z_owned_keyexpr_t *key, const z_loaned_keyexpr_t *left, const char *right, size_t len) {
Expand Down

0 comments on commit d266aba

Please sign in to comment.