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:
parent
8ba2cc064b
commit
bad631e048
@ -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" );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user