git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4102 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-01-31 19:22:44 +00:00
parent 8deaa6743b
commit 8439d33455

View File

@ -184,7 +184,7 @@ static switch_status_t do_config(void)
url = val;
}
} else if (!strcasecmp(var, "gateway-credentials")) {
bind_cred = var;
bind_cred = val;
}
}