aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-registry')
-rw-r--r--src/mds-registry/mds-registry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mds-registry/mds-registry.c b/src/mds-registry/mds-registry.c
index baefee7..1676cf6 100644
--- a/src/mds-registry/mds-registry.c
+++ b/src/mds-registry/mds-registry.c
@@ -43,7 +43,8 @@ server_characteristics_t server_characteristics =
.require_display = 1,
.require_respawn_info = 0,
.sanity_check_argc = 1,
- .fork_for_safety = 0
+ .fork_for_safety = 0,
+ .danger_is_deadly = 0
};