mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
source4 smbd: Make the service_details structure constant.
Make the service_details structure a static const. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
committed by
Gary Lockyer
parent
4731c33821
commit
d6777a66c0
@ -1278,7 +1278,7 @@ failed:
|
||||
|
||||
NTSTATUS server_service_ldap_init(TALLOC_CTX *ctx)
|
||||
{
|
||||
struct service_details details = {
|
||||
static const struct service_details details = {
|
||||
.inhibit_fork_on_accept = false,
|
||||
.inhibit_pre_fork = false
|
||||
};
|
||||
|
Reference in New Issue
Block a user