From 1cb31d6c7e69e742031875a1ddf324a995dd230a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 10 May 2013 20:51:39 +0200 Subject: [PATCH] fixed legion-smart-attach-daemon2 --- core/daemons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/daemons.c b/core/daemons.c index 72752c91..640f1ce8 100644 --- a/core/daemons.c +++ b/core/daemons.c @@ -366,7 +366,7 @@ void uwsgi_opt_add_daemon(char *opt, char *value, void *none) { freq = atoi(comma + 1); } command = space + 1; - if (!strcmp(opt, "smart-attach-daemon2")) { + if (!strcmp(opt, "smart-attach-daemon2") || !strcmp(opt, "legion-smart-attach-daemon2")) { daemonize = 1; } }