projects
/
platform
/
core
/
security
/
nether.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2dd18e
)
Cynaara backend init, needs to return a valid
16/49216/1
author
r.kubiak
<r.kubiak@samsung.com>
Wed, 7 Oct 2015 15:39:19 +0000
(17:39 +0200)
committer
r.kubiak
<r.kubiak@samsung.com>
Wed, 7 Oct 2015 15:39:19 +0000
(17:39 +0200)
descriptor otherwise an error will be reported.
Change-Id: I3ea749bd39b7a61cb05d00a8d2cb63c51336cebb
src/nether_CynaraBackend.cpp
patch
|
blob
|
history
diff --git
a/src/nether_CynaraBackend.cpp
b/src/nether_CynaraBackend.cpp
index
f28222c
..
097d56d
100644
(file)
--- a/
src/nether_CynaraBackend.cpp
+++ b/
src/nether_CynaraBackend.cpp
@@
-38,7
+38,7
@@
const std::string cynaraErrorCodeToString(int cynaraErrorCode)
}
NetherCynaraBackend::NetherCynaraBackend(const NetherConfig &netherConfig)
- : NetherPolicyBackend(netherConfig), currentCynaraDescriptor(
-1
),
+ : NetherPolicyBackend(netherConfig), currentCynaraDescriptor(
0
),
cynaraLastResult(CYNARA_API_UNKNOWN_ERROR)
{
responseQueue.reserve(1024);