gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: fix


From: gnunet
Subject: [taler-anastasis] branch master updated: fix
Date: Wed, 09 Sep 2020 16:17:38 +0200

This is an automated email from the git hooks/post-receive script.

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 217a62b  fix
     new 4bb0e52  Merge branch 'master' of ssh://git.taler.net/anastasis into 
master
217a62b is described below

commit 217a62b6a64a7d0738d6a881e0f7525b052b588c
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Wed Sep 9 16:13:22 2020 +0200

    fix
---
 src/include/anastasis_json.h | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/include/anastasis_json.h b/src/include/anastasis_json.h
index 7311789..1f0c62a 100644
--- a/src/include/anastasis_json.h
+++ b/src/include/anastasis_json.h
@@ -32,12 +32,13 @@
  */
 enum ANASTASIS_BackupStatus
 {
-  ANASTASIS_BA_SELECT_CONTINENT,
-  ANASTASIS_BA_SELECT_COUNTRY,
-  ANASTASIS_BA_ENTER_USER_ATTRIBUTES,
-  ANASTASIS_BA_ADD_AUTHENTICATION_METHOD,
-  ANASTASIS_BA_ADD_POLICY,
-  ANASTASIS_BA_PAY
+  ANASTASIS_BS_INITIAL,
+  ANASTASIS_BS_SELECT_CONTINENT,
+  ANASTASIS_BS_SELECT_COUNTRY,
+  ANASTASIS_BS_ENTER_USER_ATTRIBUTES,
+  ANASTASIS_BS_ADD_AUTHENTICATION_METHOD,
+  ANASTASIS_BS_ADD_POLICY,
+  ANASTASIS_BS_PAY
 };
 
 /**
@@ -45,6 +46,7 @@ enum ANASTASIS_BackupStatus
  */
 enum ANASTASIS_RecoveryStatus
 {
+  ANASTASIS_RS_INITIAL,
   ANASTASIS_RS_SELECT_CONTINENT,
   ANASTASIS_RS_SELECT_COUNTRY,
   ANASTASIS_RS_ENTER_USER_ATTRIBUTES,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]