From 518e5430afd0f85b1b6c334b887df24e3fbd8933 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 1 Mar 2014 00:31:17 -0400 Subject: annex.listen can be configured, instead of using --listen --- Assistant.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant.hs') diff --git a/Assistant.hs b/Assistant.hs index db6fc850c..3c79c476c 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -124,7 +124,7 @@ startDaemon assistant foreground startdelay cannotrun listenhost startbrowser = notice ["starting", desc, "version", SysConfig.packageversion] urlrenderer <- liftIO newUrlRenderer #ifdef WITH_WEBAPP - let webappthread = [ assist $ webAppThread d urlrenderer False cannotrun listenhost Nothing webappwaiter ] + let webappthread = [ assist $ webAppThread d urlrenderer False cannotrun Nothing listenhost webappwaiter ] #else let webappthread = [] #endif -- cgit v1.2.3