Commit 71a70b1
Koushik Chakravarty
CP-9895: Added originator for xapi login_with_password
The login_with_password XenAPI call takes an "originator"
string as its fourth parameter.
If a client does this, then it gets its own pool of xapi sessions.
Moreover it will not have its xapi sessions destroyed prematurely
as a result of some other misbehaving client that keeps creating
sessions and not logging out of them.
This patch adds the "originator" to all invokes of
login_with_password.
Signed-off-by: Koushik Chakravarty <[email protected]>1 parent d90aa30 commit 71a70b1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments