diff options
author | Cheoleun Moon <chleun.moon@samsung.com> | 2021-05-18 12:53:36 +0900 |
---|---|---|
committer | Cheoleun Moon <chleun.moon@samsung.com> | 2021-05-18 12:53:43 +0900 |
commit | 53855487489117989eb10e842dd9d6ecafdd55d3 (patch) | |
tree | aed2005cfe79f78d4fe337583d8a18d7f61143ce | |
parent | 0e8647a6e53cfd8d7e641beeec9ef89d5cca7ced (diff) | |
download | http-53855487489117989eb10e842dd9d6ecafdd55d3.tar.gz http-53855487489117989eb10e842dd9d6ecafdd55d3.tar.bz2 http-53855487489117989eb10e842dd9d6ecafdd55d3.zip |
Initialize member variabletizen_6.5.m2_releasesubmit/tizen_6.5/20211028.161701submit/tizen/20210531.063738accepted/tizen/unified/20210602.122550accepted/tizen/6.5/unified/20211028.094017
Change-Id: Ic8a1abb6358bed0821b0bb735a6f7afb0485c387
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
-rw-r--r-- | src/http_transaction.c | 1 |
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) |