diff options
author | sin <sin@2f30.org> | 2014-09-15 17:37:17 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-15 17:37:17 +0100 |
commit | 240c26e52840a5422ee838957fb0d31286395a65 (patch) | |
tree | 417280bd3c3394a6e127dff69e1fe783a1753045 /config.def.h | |
parent | b58afafbe3e55386bb6f1a339fa117d872cd8602 (diff) |
Rename bootstrapnode to node
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index c2e9dcc..242cc34 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,6 @@ /* See LICENSE file for copyright and license details. */ -static struct bootstrapnode bootstrapnodes[] = { +static struct node nodes[] = { { "95.85.13.245", 33445, |