1
0
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:
Gary Lockyer
2018-08-23 09:29:56 +12:00
committed by Gary Lockyer
parent 4731c33821
commit d6777a66c0
17 changed files with 17 additions and 17 deletions

View File

@ -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
};