GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/138

    Bug: user.getUser() overwrites login global variable; defines unused 
variable 'usr'

    The user.getUser() method writes to the 'login' variable without declaring 
it local.
    This can corrupt external code that happens to use the same variable.
    
    It also declares the local variable 'usr'.
    This should presumably be 'login' instead.

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to