projects
/
platform
/
core
/
api
/
http.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e8647a
)
Initialize member variable
40/258440/1
accepted/tizen/6.5/unified/20211028.094017
accepted/tizen/unified/20210602.122550
submit/tizen/20210531.063738
submit/tizen_6.5/20211028.161701
tizen_6.5.m2_release
author
Cheoleun Moon
<chleun.moon@samsung.com>
Tue, 18 May 2021 03:53:36 +0000
(12:53 +0900)
committer
Cheoleun Moon
<chleun.moon@samsung.com>
Tue, 18 May 2021 03:53:43 +0000
(12:53 +0900)
Change-Id: Ic8a1abb6358bed0821b0bb735a6f7afb0485c387
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
src/http_transaction.c
patch
|
blob
|
history
diff --git
a/src/http_transaction.c
b/src/http_transaction.c
index 0e372076f95e724121c359dee06ed2db3759fb51..0be290970086c47fa5b26d58d549c8612211ed18 100644
(file)
--- 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)