[FIX] Secure option on config file

lp bug: https://launchpad.net/bugs/348217 fixed

bzr revid: jvo@tinyerp.com-20090820130749-25an052pa9scuao3
This commit is contained in:
YSA,JVO 2009-08-20 18:37:49 +05:30 committed by Jay (Open ERP)
parent f8aba81765
commit e76e46f247
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class configmanager(object):
keys = ['language', 'translate_out', 'translate_in', 'debug_mode',
'stop_after_init', 'without_demo', 'netrpc', 'xmlrpc', 'syslog']
if hasSSL:
if hasSSL and not self.options['secure']:
keys.append('secure')
for arg in keys: