]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
add a comment that the talloc_free also removes the script from the tree
authorRonnie Sahlberg <sahlberg@ronnie>
Wed, 15 Aug 2007 04:46:06 +0000 (14:46 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Wed, 15 Aug 2007 04:46:06 +0000 (14:46 +1000)
(This used to be ctdb commit ce71f6e9cf983cc4fe66935ad6c18d55dfed03a5)

ctdb/server/eventscript.c

index e103cfa803d8916913f5503e22ec95dff5c8bd7c..2cd2e66f341212adb2e32eebced738c04a84450d 100644 (file)
@@ -167,6 +167,7 @@ static int ctdb_event_script_v(struct ctdb_context *ctdb, const char *fmt, va_li
                        return ret;
                }
 
+               /* remove this script from the tree */
                talloc_free(script);
        }