hook/nx2: Set default machine id to 0/invalid id

Any other id activates one part of the feature guard to enable
pumpnet. The other being a non empty server address.
This commit is contained in:
icex2
2020-10-06 23:27:50 +02:00
parent a7535a5aeb
commit 8cc7c33133
+1 -1
View File
@@ -98,7 +98,7 @@ const struct util_options_def nx2hook_options_def[] = {
.description = "Machine id for pumpnet",
.param = 'm',
.type = UTIL_OPTIONS_TYPE_STR,
.default_value.str = "0102030405060708",
.default_value.str = "0",
},
{
.name = NX2HOOK_OPTIONS_STR_PATCH_NET_PROFILE_VERBOSE_LOG_OUTPUT,