Skip to content

Commit

Permalink
Update connection.c
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpa24balaji authored Feb 15, 2019
1 parent 3814f87 commit 1b90352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ void set_current_server (create_connection_ctx_t *ctx)

void set_extra_headers (create_connection_ctx_t *ctx, int reauthorize)
{
if (reauthorize && (get_parodus_cfg()->client_cert_path !=NULL &&strlen(get_parodus_cfg()->client_cert_path) >0))
if (reauthorize && (get_parodus_cfg()->client_cert_path !=NULL && strlen(get_parodus_cfg()->client_cert_path) >0))
{
getAuthToken(get_parodus_cfg());
}
Expand Down

0 comments on commit 1b90352

Please sign in to comment.