1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Allow logging to stderr as well.

This commit is contained in:
Martin Mares
1999-12-06 13:51:04 +00:00
parent 4ab5331c63
commit f78056fb2c
3 changed files with 19 additions and 12 deletions

View File

@@ -83,7 +83,7 @@ static struct resclass rf_class = {
};
void *
rfopen(pool *p, char *name, char *mode)
tracked_fopen(pool *p, char *name, char *mode)
{
FILE *f = fopen(name, mode);