aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-08-30 15:28:24 -0500
committerTed Gould <ted@gould.cx>2012-08-30 15:28:24 -0500
commitc30ddbd7eeb3e35732eae1055e382436524ab3a4 (patch)
tree52a6eecaaa54b90873b275183542ef4ae4a8db44
parent0160c961eb0e5a1ead77bf18d75df56aba34022a (diff)
downloadlightdm-remote-session-x2go-c30ddbd7eeb3e35732eae1055e382436524ab3a4.tar.gz
lightdm-remote-session-x2go-c30ddbd7eeb3e35732eae1055e382436524ab3a4.tar.bz2
lightdm-remote-session-x2go-c30ddbd7eeb3e35732eae1055e382436524ab3a4.zip
Adding back NLA so that we check certs
-rwxr-xr-xfreerdp-session.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/freerdp-session.in b/freerdp-session.in
index 8868336..7eaead3 100755
--- a/freerdp-session.in
+++ b/freerdp-session.in
@@ -1,7 +1,7 @@
#!/bin/bash
if [ -e ~/.freerdp-socket ]; then
- @pkglibexecdir@/socket-sucker | /usr/bin/xfreerdp --plugin rdpsnd.so --no-nla -f --from-stdin
+ @pkglibexecdir@/socket-sucker | /usr/bin/xfreerdp --plugin rdpsnd.so -f --from-stdin
else
zenity --warning --text="Unable to locate FreeRDP socket"
fi;