Update documentation of cynara-admin.h 38/30838/1
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tue, 25 Nov 2014 19:44:14 +0000 (20:44 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tue, 25 Nov 2014 19:44:14 +0000 (20:44 +0100)
Remove out of date information. Since database integrity is fixed
database cannot be in partialy changed state. If changing database
fails it is rolled back to the before operation state.

Change-Id: Idd815cb89a4e49cd75d52abe73a4c7517adaa7fd

src/include/cynara-admin.h

index cd51465..3b737d8 100644 (file)
@@ -139,9 +139,6 @@ int cynara_admin_finish(struct cynara_admin *p_cynara_admin);
  * Numerical values of defines CYNARA_ADMIN_... may change, so usage of defines names is strongly
  * recommended.
  *
- * In case of error, database may end up in a state, where changes are partially applied. This is
- * going to be fixed along with introduction of transactions in future releases.
- *
  * \param[in] p_cynara_admin cynara admin structure.
  * \param[in] policies NULL terminated array of pointers to policy structures.
  *