Cynaara backend init, needs to return a valid 16/49216/1
authorr.kubiak <r.kubiak@samsung.com>
Wed, 7 Oct 2015 15:39:19 +0000 (17:39 +0200)
committerr.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

index f28222c..097d56d 100644 (file)
@@ -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);