Commit 5ab50417b7d51fff1c88158f0f334f42bfb5a9b7

Carlos Martín Nieto 2011-06-07T22:49:13

Remove an unfortunate optimisation from cvar_match_section The (rather late) early-exit code, which provides a negligible optimisation causes cvar_match_section to return false negatives when it's called with a section name instead of a full variable name. Remove this optimisation. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>