You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by sebbASF <gi...@git.apache.org> on 2016/12/18 02:32:55 UTC

[GitHub] incubator-ponymail issue #309: Bug: preferences does not properly remove nul...

GitHub user sebbASF opened an issue:

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

    Bug: preferences does not properly remove nulls from account.credentials.altemail

    preferences.lua tries to tidy up the account.credentials.altemail table by removing null entries.
    
    However it only finds the first null.
    Also where the check appears in a loop which tries to match an entry, if null appears before the entry then it will be missed.
    
    Either clean up the table before starting to use it, or allow for nulls and clean it properly before exit.

----

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #309: Bug: preferences does not properly remove nul...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the issue at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---