Merge branch 'ipv6' of github.com:fmorgner/umurmur into ipv6
[umurmur.git] / src / server.c
index 27244a2b95c2950a3624183dcfab61297e5d878b..4dee126dcf40f5b9cb68b195c5100a037f2f02bb 100644 (file)
@@ -55,7 +55,7 @@ extern char *bindaddr6;
 extern int bindport;
 extern int bindport6;
 int* udpsocks;
-bool hasv4 = true, hasv6 = true;
+bool_t hasv4 = true, hasv6 = true;
 
 const int on = 1;
 int nofServerSocks = 4;