1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove broken ADVIO_MEM flag

This commit is contained in:
Steffen Vogel 2017-03-12 23:18:18 -03:00
parent b676897545
commit 83dfb31dc2

View file

@ -52,7 +52,7 @@ static AFILE * file_reopen(struct file_direction *dir)
if (dir->handle)
afclose(dir->handle);
return afopen(uri, dir->mode, /* ADVIO_MEM */ 0);
return afopen(uri, dir->mode, 0);
}
static int file_parse_direction(config_setting_t *cfg, struct file *f, int d)