Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vrouter-agent: fix crash when XMPP port is unspec #751

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 27, 2017

  1. vrouter-agent: fix crash when XMPP port is unspec

    If one omits XMPP port in CONTROL-NODE.servers parameter in the
    vrouter-agent config file, the program would crash because it expects
    it to be always present. The parser doesn't enforce this, however.
    
    Fix by making XMPP port optional and defaulting to XMPP_SERVER_PORT
    (5269) where appropriate.
    
    Signed-off-by: Valentine Sinitsyn <valentine.sinitsyn@gmail.com>
    vsinitsyn committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    3373211 View commit details
    Browse the repository at this point in the history