Skip to content

Commit

Permalink
Merge pull request #670 from lastpass/revert-write-2
Browse files Browse the repository at this point in the history
Revert "remove unused variable"
  • Loading branch information
bormosLP authored Oct 20, 2023
2 parents eb5efe4 + 03344de commit 0f0a831
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions endpoints.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,10 @@ void lastpass_update_account(enum blobsync sync, unsigned const char key[KDF_HAS
.n_alloced = 0
};

_cleanup_free_ char *url = NULL;
_cleanup_free_ char *fields = NULL;

bytes_to_hex((unsigned char *) account->url, &url, strlen(account->url));
fields = stringify_fields(&account->field_head);

++blob->version;
Expand Down

0 comments on commit 0f0a831

Please sign in to comment.