summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheoleun Moon <chleun.moon@samsung.com>2021-05-18 12:53:36 +0900
committerCheoleun Moon <chleun.moon@samsung.com>2021-05-18 12:53:43 +0900
commit53855487489117989eb10e842dd9d6ecafdd55d3 (patch)
treeaed2005cfe79f78d4fe337583d8a18d7f61143ce
parent0e8647a6e53cfd8d7e641beeec9ef89d5cca7ced (diff)
downloadhttp-53855487489117989eb10e842dd9d6ecafdd55d3.tar.gz
http-53855487489117989eb10e842dd9d6ecafdd55d3.tar.bz2
http-53855487489117989eb10e842dd9d6ecafdd55d3.zip
Change-Id: Ic8a1abb6358bed0821b0bb735a6f7afb0485c387 Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
-rw-r--r--src/http_transaction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http_transaction.c b/src/http_transaction.c
index 0e37207..0be2909 100644
--- a/src/http_transaction.c
+++ b/src/http_transaction.c
@@ -1197,6 +1197,7 @@ API int http_transaction_open_authentication(http_transaction_h http_transaction
auth_transaction->timer_event = 0;
auth_transaction->interface_name = NULL;
auth_transaction->ca_path = NULL;
+ auth_transaction->realm = NULL;
auth_transaction->error[0] = '\0';
if (transaction->interface_name)