Skip to content

Commit

Permalink
Merge pull request #226 from DLTcollab/fix-ccurl-api
Browse files Browse the repository at this point in the history
fix: Use correct format of dcurl_init API
  • Loading branch information
jserv authored Mar 8, 2020
2 parents d493918 + f61df3e commit 3474de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compat_ccurl.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ char *ccurl_pow(char *trytes, int mwm)
{
pthread_mutex_lock(&mtx);
if (!is_initialized) {
dcurl_init();
dcurl_init(NULL);
is_initialized = true;
}
pthread_mutex_unlock(&mtx);
Expand Down

0 comments on commit 3474de7

Please sign in to comment.