mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
Fixing a typo from a last minute refactor after fixing a bug
This commit is contained in:
parent
c5d0b63300
commit
b01352c133
@ -148,7 +148,7 @@ switch_status_t mod_amqp_connection_open(mod_amqp_connection_t *connections, mod
|
||||
connection_attempt->password);
|
||||
|
||||
if (mod_amqp_log_if_amqp_error(status, "Logging in")) {
|
||||
mod_amqp_close_connection(*active);
|
||||
mod_amqp_connection_close(*active);
|
||||
*active = NULL;
|
||||
return SWITCH_STATUS_GENERR;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user