When we pass a string as auxillary data (type long), be sure to convert
it to a suitable type for the initialization.
This commit is contained in:
parent
3957af6745
commit
ee993cd50a
@ -1451,7 +1451,8 @@ DMenu MenuNetworking = {
|
||||
{ " NFS server", "This machine will be an NFS server",
|
||||
dmenuVarCheck, configNFSServer, NULL, "nfs_server_enable=YES" },
|
||||
{ " Ntpdate", "Select a clock-synchronization server",
|
||||
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', "ntpdate_enable=YES" },
|
||||
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']',
|
||||
(uintptr_t)"ntpdate_enable=YES" },
|
||||
{ " PCNFSD", "Run authentication server for clients with PC-NFS.",
|
||||
dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" },
|
||||
{ " rpcbind", "RPC port mapping daemon (formerly portmapper)",
|
||||
|
@ -1451,7 +1451,8 @@ DMenu MenuNetworking = {
|
||||
{ " NFS server", "This machine will be an NFS server",
|
||||
dmenuVarCheck, configNFSServer, NULL, "nfs_server_enable=YES" },
|
||||
{ " Ntpdate", "Select a clock-synchronization server",
|
||||
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']', "ntpdate_enable=YES" },
|
||||
dmenuVarCheck, dmenuSubmenu, NULL, &MenuNTP, '[', 'X', ']',
|
||||
(uintptr_t)"ntpdate_enable=YES" },
|
||||
{ " PCNFSD", "Run authentication server for clients with PC-NFS.",
|
||||
dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" },
|
||||
{ " rpcbind", "RPC port mapping daemon (formerly portmapper)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user