]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-recovery-helper: Fix a comment
authorAmitay Isaacs <amitay@gmail.com>
Wed, 8 Jun 2016 07:25:42 +0000 (17:25 +1000)
committerMartin Schwenke <martins@samba.org>
Fri, 24 Jun 2016 03:59:08 +0000 (05:59 +0200)
The sequence of events are incorrectly documented.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_recovery_helper.c

index d54f32db04ed17aec246e94f6ae5eedc5b9486b2..691196e57010bc4ba95410b3de142d807d5f4e5e 100644 (file)
@@ -2079,8 +2079,8 @@ static bool db_recovery_recv(struct tevent_req *req, int *count)
  * - Send START_RECOVERY
  * - Update vnnmap on all nodes
  * - Run database recovery
- * - Send END_RECOVERY
  * - Set RECOVERY_NORMAL
+ * - Send END_RECOVERY
  */
 
 struct recovery_state {