mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
Fix --with-fqdn, the value should be NULL since it is a flag.
This commit is contained in:
parent
16551031f9
commit
a014a2abd4
@ -87,7 +87,7 @@ struct early_default {
|
||||
|
||||
static struct early_default early_defaults[] = {
|
||||
#ifdef FQDN
|
||||
{ "fqdn", "true", true },
|
||||
{ "fqdn", NULL, true },
|
||||
#else
|
||||
{ "fqdn" },
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user