build fix for non-webapp enabled build
This commit is contained in:
parent
4a324eebc9
commit
bcf8a679b4
1 changed files with 2 additions and 0 deletions
|
@ -174,7 +174,9 @@ startAssistant assistant daemonize webappwaiter = withThreadState $ \st -> do
|
|||
transferqueue <- newTransferQueue
|
||||
transferslots <- newTransferSlots
|
||||
scanremotes <- newScanRemoteMap
|
||||
#ifdef WITH_WEBAPP
|
||||
urlrenderer <- newUrlRenderer
|
||||
#endif
|
||||
mapM_ (startthread dstatus)
|
||||
[ watch $ commitThread st changechan commitchan transferqueue dstatus
|
||||
#ifdef WITH_WEBAPP
|
||||
|
|
Loading…
Reference in a new issue