Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
78d5ec15
Commit
78d5ec15
authored
Mar 29, 1999
by
Martin Mareš
Browse files
Please don't commit debugging code which makes BIRD exit before anything
actually starts to happen. Grrr.
parent
e4912e35
Changes
1
Hide whitespace changes
Inline
Side-by-side
filter/f-util.c
View file @
78d5ec15
...
...
@@ -167,5 +167,4 @@ filters_postconfig(void)
if
(
startup_func
)
interpret
(
startup_func
);
printf
(
"done
\n
"
);
exit
(
0
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment