ouch, the ordering of the constants and the strings must be kept in sync
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 30 Aug 2010 09:42:30 +0000 (19:42 +1000)
committerMichael Adam <obnox@samba.org>
Fri, 6 Jun 2014 13:00:41 +0000 (15:00 +0200)
manually   and ther eis no check for errors.     should fix this later

(cherry picked from commit e824af1a41f8ceec1edf6b3d1d6e1758fa00deb2)

common/ctdb_util.c

index 10306eadf49895881acf493e7fd58199b49225ea..a79cf2918bcb0d9b55b548f58a19a74ef4eda3f2 100644 (file)
@@ -671,6 +671,6 @@ const char *ctdb_eventscript_call_names[] = {
        "status",
        "shutdown",
        "reload",
-       "ipreallocated",
-       "updateip"
+       "updateip",
+       "ipreallocated"
 };