]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
ulogd: add carriage return as separator
authorEric Leblond <eric@regit.org>
Tue, 4 Feb 2014 08:27:45 +0000 (09:27 +0100)
committerEric Leblond <eric@regit.org>
Sat, 22 Feb 2014 21:49:33 +0000 (22:49 +0100)
commit5719f2713a8ce512d0361a5c0bc4d0e878117469
tree7bff0138df35711d72070c3f89fc98fe93a5ffc0
parent7a6c850e9f439b73e31f81dac6cb02b9bafbc866
ulogd: add carriage return as separator

If the file is in DOS mode, the string coming from config file
parsing are containing the carriage return. The result is that
string are not correct and the parsing of confuguration file
is failling.
src/conffile.c