1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-25 23:21:41 +03:00

fixed over fixes xd (small "beauty")

This commit is contained in:
Adolfo Gómez García 2020-05-29 14:15:11 +02:00
parent 9454b9f63f
commit a630f1fc14

View File

@ -28,10 +28,10 @@ xfreerdp = tools.findApp('xfreerdp')
udsrdp = tools.findApp('udsrdp')
fnc, app = None, None
if xfreerdp is not None:
if xfreerdp:
fnc, app = execNewXFreeRdp, xfreerdp
if udsrdp is not None:
if udsrdp:
fnc, app = execUdsRdp, udsrdp
if app is None or fnc is None: