From fed86b73fd5428b6e9dfc78867619aaa06e442cc Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Thu, 22 Nov 2012 18:14:03 +0000 Subject: [PATCH] oops --- test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test.c b/test.c index e710e0c..ed66f9d 100644 --- a/test.c +++ b/test.c @@ -516,7 +516,6 @@ task_template_t *task_template_compile(const char *file, const char *dir) { if (!template->executeflags) { /* default to $null */ template->executeflags = util_strdup("$null"); - goto failure; } if (!template->comparematch) { con_err("template compile error: %s missing `M:` tag (use `$null` for exclude)\n", file); -- 2.39.2