Skip to content

Commit

Permalink
I'm getting old
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdickmeiss committed Dec 2, 2021
1 parent 8aedb11 commit ef66da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/url.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Z_HTTP_Response *yaz_url_exec(yaz_url_t p, const char *uri,
uri);
log_warn(p);
}
else if (ret = cs_connect(conn, add) < 0)
else if ((ret = cs_connect(conn, add)) < 0)
{
wrbuf_printf(p->w_error, "Can not connect to URL %s", uri);
log_warn(p);
Expand Down

0 comments on commit ef66da6

Please sign in to comment.