[GitHub] qpid-proton pull request: Fix none_sasl.c to use pn_strdup instead...

2015-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-proton/pull/24 --- 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

[GitHub] qpid-proton pull request: Fix none_sasl.c to use pn_strdup instead...

2015-04-27 Thread astitcher
Github user astitcher commented on the pull request: https://github.com/apache/qpid-proton/pull/24#issuecomment-96902826 Oops --- 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 enab

[GitHub] qpid-proton pull request: Fix none_sasl.c to use pn_strdup instead...

2015-04-27 Thread dcristoloveanu
GitHub user dcristoloveanu opened a pull request: https://github.com/apache/qpid-proton/pull/24 Fix none_sasl.c to use pn_strdup instead of strdup (PROTON-870) none_sasl.c should use pn_strdup. none_sasl.c uses strdup, but strdup is not part of C99 and subsequently does not