diff --git a/ctdb/server/eventscript.c b/ctdb/server/eventscript.c index 5e0c42f4b1f..f7a312d29f4 100644 --- a/ctdb/server/eventscript.c +++ b/ctdb/server/eventscript.c @@ -25,6 +25,8 @@ /* run the event script - varargs version + this function is called and run in the context of a forked child + which allows it to do blocking calls such as system() */ static int ctdb_event_script_v(struct ctdb_context *ctdb, const char *fmt, va_list ap) {