]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Oops, typo.
authorPavel Machek <pavel@ucw.cz>
Mon, 12 Apr 1999 12:07:15 +0000 (12:07 +0000)
committerPavel Machek <pavel@ucw.cz>
Mon, 12 Apr 1999 12:07:15 +0000 (12:07 +0000)
filter/filter.c

index 902f7f7f709dc3da45dc34a2750dffc7c376ffe2..4d48cfb3d6a3fe5ce8c498bf591401918ba8acf3 100644 (file)
@@ -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" );
   }