(cherry picked from commit 5918bebd6e
)
This commit is contained in:
parent
0dc890fbac
commit
f0cbd32dd1
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ def main():
|
|||
f = FortiOS( module.params['host'],
|
||||
username=module.params['username'],
|
||||
password=module.params['password'],
|
||||
timeout=module.params['username'],
|
||||
timeout=module.params['timeout'],
|
||||
vdom=module.params['vdom'])
|
||||
|
||||
#connect
|
||||
|
|
Loading…
Reference in a new issue