summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_util.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2010-08-30 19:42:30 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2010-08-30 19:43:35 +1000
commit8d12313d6be319429272062b49819bb8d454bb94 (patch)
treef7584b7de79e002f90be033f6fe79c44b148a61b /ctdb/common/ctdb_util.c
parent0757edfd8306c2bbf2d573f193f58a120392b5ee (diff)
downloadsamba-8d12313d6be319429272062b49819bb8d454bb94.tar.gz
samba-8d12313d6be319429272062b49819bb8d454bb94.tar.xz
samba-8d12313d6be319429272062b49819bb8d454bb94.zip
ouch, the ordering of the constants and the strings must be kept in sync
manually and ther eis no check for errors. should fix this later (This used to be ctdb commit e824af1a41f8ceec1edf6b3d1d6e1758fa00deb2)
Diffstat (limited to 'ctdb/common/ctdb_util.c')
-rw-r--r--ctdb/common/ctdb_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/common/ctdb_util.c b/ctdb/common/ctdb_util.c
index 4244a046e61..46c737af1fe 100644
--- a/ctdb/common/ctdb_util.c
+++ b/ctdb/common/ctdb_util.c
@@ -685,6 +685,6 @@ const char *ctdb_eventscript_call_names[] = {
"status",
"shutdown",
"reload",
- "ipreallocated",
- "updateip"
+ "updateip",
+ "ipreallocated"
};