1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Fixed access from MAC

This commit is contained in:
Adolfo Gómez García 2019-03-06 10:08:04 +01:00
parent 66464df043
commit b795260e4d
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ else: # CoRD
url += '&forwardAudio###' + '01'[{m.r.redirectAudio}] # @UndefinedVariable
if {m.r.redirectDrives}: # @UndefinedVariable
if '{m.r.redirectDrives}' != 'false': # @UndefinedVariable
url += '&forwardDisks###true'
if {m.r.redirectPrinters}: # @UndefinedVariable

View File

@ -102,7 +102,7 @@ else:
# url += '&forwardAudio###' + '01'[{m.r.redirectAudio}] # @UndefinedVariable
if {m.r.redirectDrives}: # @UndefinedVariable
if '{m.r.redirectDrives}' != 'false': # @UndefinedVariable
url += '&forwardDisks###true'
if {m.r.redirectPrinters}: # @UndefinedVariable