summaryrefslogtreecommitdiff
path: root/other/DHT_bootstrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/DHT_bootstrap.c')
-rw-r--r--other/DHT_bootstrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/DHT_bootstrap.c b/other/DHT_bootstrap.c
index 9cbcca62..2c47ee8f 100644
--- a/other/DHT_bootstrap.c
+++ b/other/DHT_bootstrap.c
@@ -137,7 +137,7 @@ int main(int argc, char *argv[])
137 } 137 }
138 138
139 /* let user override default by cmdline */ 139 /* let user override default by cmdline */
140 uint8_t ipv6enabled = TOX_ENABLE_IPV6_DEFAULT; /* x */ 140 bool ipv6enabled = TOX_ENABLE_IPV6_DEFAULT; /* x */
141 int argvoffset = cmdline_parsefor_ipv46(argc, argv, &ipv6enabled); 141 int argvoffset = cmdline_parsefor_ipv46(argc, argv, &ipv6enabled);
142 142
143 if (argvoffset < 0) { 143 if (argvoffset < 0) {