Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
http: quickfix
  • Loading branch information
perexg committed Apr 8, 2016
1 parent 04986b0 commit 1c35c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http.c
Expand Up @@ -278,7 +278,7 @@ http_nonce_exists(const char *nonce)
struct http_nonce *n, tmp;

if (nonce == NULL)
return NULL;
return 0;
strcpy(tmp.nonce, nonce);
pthread_mutex_lock(&global_lock);
n = RB_FIND(&http_nonces, &tmp, link, http_nonce_cmp);
Expand Down

0 comments on commit 1c35c41

Please sign in to comment.