commit | 7e496a71cfe54f192508427f9c8ea5be764952bd | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Apr 06 12:06:03 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Apr 06 12:06:03 2004 +0000 |
tree | 63e7bbabef905c096dde2f5f601c60c26d214c33 | |
parent | d298bd1d513ddf077c51df5f0dfb3a5b2d0c28ee [diff] |
Michael Tokarev, mjt at tls dot msk dot ru writes: Fix parsing of all tag-value pairs (in modules.conf in particular). Without this fix, code chokes badly on lines where either value or both tag+value are missing, like bare alias line, or alias w/o the value like alias some-module (syntactically incorrect, but no need for coredumps either).