summaryrefslogtreecommitdiff
blob: e6ed42a5e55882369b7571b777c8f2f5103a0c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- nxnode.orig	2007-02-02 19:54:15.000000000 +0100
+++ nxnode	2007-02-02 19:50:28.000000000 +0100
@@ -253,6 +253,9 @@
 
 	NODE_APPLICATION=$(node_find_application "$type")
 
+	# For rdesktop/VNC, there is no application to start
+	[ -n "$NODE_APPLICATION" ] || return
+
 	#
 	# Check if we want to use a mediahelper
 	#