From 1b903521d2161f471a49ea8e98f3f36c2aeedc47 Mon Sep 17 00:00:00 2001 From: shilpa24balaji Date: Fri, 15 Feb 2019 12:43:14 -0800 Subject: [PATCH] Update connection.c --- src/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.c b/src/connection.c index 74ee761b..5c9cbfa5 100644 --- a/src/connection.c +++ b/src/connection.c @@ -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()); }