summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-02-14 00:32:56 +0100
committerTom Gundersen <teg@jklm.no>2015-02-14 00:32:56 +0100
commit60c35566600f45350c37f152c1093018972bd9a5 (patch)
treedaf4c6fe14f98dbd2c668006c6b846cfcb974f1b /src/network/networkd-network.c
parent56fd6bf795926409b087bce406ea851ad89f9fe8 (diff)
networkd: network - rename ipv6token parser
Too generic name.
Diffstat (limited to 'src/network/networkd-network.c')
-rw-r--r--src/network/networkd-network.c2
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,