diff options
author | Tom Gundersen <teg@jklm.no> | 2015-02-14 00:32:56 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-02-14 00:32:56 +0100 |
commit | 60c35566600f45350c37f152c1093018972bd9a5 (patch) | |
tree | daf4c6fe14f98dbd2c668006c6b846cfcb974f1b /src/network/networkd-network.c | |
parent | 56fd6bf795926409b087bce406ea851ad89f9fe8 (diff) |
networkd: network - rename ipv6token parser
Too generic name.
Diffstat (limited to 'src/network/networkd-network.c')
-rw-r--r-- | src/network/networkd-network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-network.c b/src/network/networkd-network.c index c90f730f10..35ac064cf6 100644 --- a/src/network/networkd-network.c +++ b/src/network/networkd-network.c @@ -651,7 +651,7 @@ int config_parse_llmnr( return 0; } -int config_parse_token( +int config_parse_ipv6token( const char* unit, const char *filename, unsigned line, |