]> git.ozlabs.org Git - ppp.git/commit
Fix quote handling in configuration files to be more like shell quoting.
authorJames Carlson <carlsonj@workingcode.com>
Mon, 23 Aug 2010 14:03:07 +0000 (10:03 -0400)
committerJames Carlson <carlsonj@workingcode.com>
Mon, 23 Aug 2010 14:03:07 +0000 (10:03 -0400)
commit3089132cdf5b58dbdfc2daf08ec5c08eb47f8aca
tree722a7fa6a9f660e797d468e8e3f73ad6ce3b5e66
parent2b4ea140432eeba5a007c0d4e6236bd0e0c12ba4
Fix quote handling in configuration files to be more like shell quoting.

The specific case that confused a user was:
ROUTES="216.220.192.0/20 10.0.100.0/24"
which was interpreted as two separate words, merely because the first quote
mark was in the middle of a word.
pppd/options.c