-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cloud registration during initialization (#192)
* Initialize the cloud cis property with NULL. * Initialize the cloud sid property with NULL. * Remove oc_cloud_deinit, because it duplicates cloud_store_initialize now * Call cloud_register only if cps is set to OC_CPS_READYTOREGISTER Without this additional check, cloud_register is called during a fresh startup even when no cloud has been configured. This eventually led to the cps property to change to the failed state. * Start cloud manager process only in RFPRO or RFNOP proviosining states * Add missing OC_SECURITY preprocessor directive
- Loading branch information
1 parent
88c84f5
commit a3a75a5
Showing
5 changed files
with
14 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters