aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/mds-registry.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-20 20:59:35 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-20 20:59:35 +0200
commit1c49207227eecbf2e9b96b04833e5554bf9589b9 (patch)
treedac7042795c7574d3967e55c8ff719b2a5572125 /src/mds-registry/mds-registry.c
parenttypo (diff)
downloadmds-1c49207227eecbf2e9b96b04833e5554bf9589b9.tar.gz
mds-1c49207227eecbf2e9b96b04833e5554bf9589b9.tar.bz2
mds-1c49207227eecbf2e9b96b04833e5554bf9589b9.tar.xz
add sigdanger support
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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
};