summaryrefslogtreecommitdiff
path: root/src/fruits
diff options
context:
space:
mode:
Diffstat (limited to 'src/fruits')
-rw-r--r--src/fruits/cmv/cmv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fruits/cmv/cmv.c b/src/fruits/cmv/cmv.c
index 6fd1f38..635c25e 100644
--- a/src/fruits/cmv/cmv.c
+++ b/src/fruits/cmv/cmv.c
@@ -136,6 +136,7 @@ s32 wmain(s32 argc, wchar_t **argv)
if (local) {
c.desktop.exit_callback = exit_callback;
c.desktop.userdata = &c;
+ c.desktop.sink.local_server = &c.server.data.server;
}
#endif
if (!camu_desktop_connect(&c.desktop, type, &c.loop, addr, CAMU_PORT)) failure();