eventscript: typo cleanups
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 24 Nov 2009 00:38:39 +0000 (11:08 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 24 Nov 2009 00:38:39 +0000 (11:08 +1030)
commite7d57d7ae678b24dab3364a348838c6a3398942c
tree5c7f1afa44d68958d705f645b64a5db969f2c0d8
parent20b15de068d042b292725945927ceda1b01d07c0
eventscript: typo cleanups

1) ctdb_event_script_v doesn't take varargs.  ctdb_run_event_script is
   a better name, and fix comment.
2) Fix indentation on allowed_scripts.
3) Comment on run_eventscripts_callback is wrong; it's the callback
   for any ctdb forced event.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
server/eventscript.c