Fix --with-fqdn, the value should be NULL since it is a flag.
This commit is contained in:
@@ -87,7 +87,7 @@ struct early_default {
|
|||||||
|
|
||||||
static struct early_default early_defaults[] = {
|
static struct early_default early_defaults[] = {
|
||||||
#ifdef FQDN
|
#ifdef FQDN
|
||||||
{ "fqdn", "true", true },
|
{ "fqdn", NULL, true },
|
||||||
#else
|
#else
|
||||||
{ "fqdn" },
|
{ "fqdn" },
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user