fix setupAE params

This commit is contained in:
v-kaywon 2017-07-24 16:03:35 -07:00 committed by Jenny Tam
parent be267022c0
commit 8150c0113e

View file

@ -66,7 +66,7 @@ def is_ae_qualified( server, uid, pwd ):
return false
return true;
def setupAE( server, dbname, uid, pwd):
def setupAE( conn_options, dbname ):
if platform.system() == 'Windows':
# import self signed certificate
dir_name = os.path.realpath(__file__)