Commit 0dbff2bc authored by Alessandro Rubini's avatar Alessandro Rubini

radiusvlan: force line buffering, so we get synchronously to syslog

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 1327f619
......@@ -631,6 +631,8 @@ int main(int argc, char **argv)
prgname = argv[0];
verbose = getenv("RVLAN_VERBOSE") != NULL;
setlinebuf(stdout);
if (getenv("RVLAN_DEV_PREFIX"))
rvlan_dev_prefix = getenv("RVLAN_DEV_PREFIX");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment