summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-04-12 14:07:15 +0200
committerPavel Machek <pavel@ucw.cz>1999-04-12 14:07:15 +0200
commitbad631e04806287e99e2464c0fdc884f9efa1e71 (patch)
treefe194e073acc740f02ed577b00a201541b874e26 /filter
parent8ba2cc064b823274e8af043bf0676bfc252e810a (diff)
downloadbird-bad631e04806287e99e2464c0fdc884f9efa1e71.tar
bird-bad631e04806287e99e2464c0fdc884f9efa1e71.zip
Oops, typo.
Diffstat (limited to 'filter')
-rw-r--r--filter/filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter.c b/filter/filter.c
index 902f7f7..4d48cfb 100644
--- a/filter/filter.c
+++ b/filter/filter.c
@@ -206,7 +206,7 @@ filters_postconfig(void)
if (startup_func) {
printf( "Launching startup function...\n" );
res = interpret(startup_func);
- if (res.type = F_ERROR)
+ if (res.type == F_ERROR)
die( "Startup function resulted in error." );
printf( "done\n" );
}