Commit 490b155
[#350] password input to AUTH_RESPONSE_AN should be string
The default password argument value for _login_native( ) is None,
which (for the password-less anonymous login case) caused problems
in the string formatting for the AuthResponsemessage to the server.
An empty string turns out to be more appropriate.1 parent 7f00778 commit 490b155
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | | - | |
| 496 | + | |
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| |||
0 commit comments