0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-09 12:48:43 +00:00

Oops, typo.

This commit is contained in:
Pavel Machek 1999-04-12 12:07:15 +00:00
parent 8ba2cc064b
commit bad631e048

View 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" );
}