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:
parent
9454b9f63f
commit
a630f1fc14
@ -28,10 +28,10 @@ xfreerdp = tools.findApp('xfreerdp')
|
|||||||
udsrdp = tools.findApp('udsrdp')
|
udsrdp = tools.findApp('udsrdp')
|
||||||
fnc, app = None, None
|
fnc, app = None, None
|
||||||
|
|
||||||
if xfreerdp is not None:
|
if xfreerdp:
|
||||||
fnc, app = execNewXFreeRdp, xfreerdp
|
fnc, app = execNewXFreeRdp, xfreerdp
|
||||||
|
|
||||||
if udsrdp is not None:
|
if udsrdp:
|
||||||
fnc, app = execUdsRdp, udsrdp
|
fnc, app = execUdsRdp, udsrdp
|
||||||
|
|
||||||
if app is None or fnc is None:
|
if app is None or fnc is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user