diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-10-20 19:21:37 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-10-20 19:21:37 +0000 |
| commit | 8c9474817e73383bcf88ea700c9d83819660623d (patch) | |
| tree | f6dbe2af92d44f9a77e4802cefb440811dd69584 /lib/command_match.c | |
| parent | e0a467872b307021477ea7b4ba27ffc5d20aedd0 (diff) | |
Revert "lib: Allow '_' in arguments to VARIABLE_TKN"
This reverts commit e0a467872b307021477ea7b4ba27ffc5d20aedd0.
Diffstat (limited to 'lib/command_match.c')
| -rw-r--r-- | lib/command_match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_match.c b/lib/command_match.c index 42788ecb01..e25bca2db8 100644 --- a/lib/command_match.c +++ b/lib/command_match.c @@ -838,7 +838,7 @@ match_word (struct cmd_token *token, const char *word) } #define VARIABLE_ALPHABET \ -"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890:/._" +"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890:/." static enum match_type match_variable (struct cmd_token *token, const char *word) |
