diff --git a/res/res_pjsip_outbound_registration.c b/res/res_pjsip_outbound_registration.c
index 99da044529d9cc19a6bf8a627c2c7f39dd412d57..ad603180f7962dbdd6fb8badb81e537f392361aa 100644
--- a/res/res_pjsip_outbound_registration.c
+++ b/res/res_pjsip_outbound_registration.c
@@ -672,7 +672,6 @@ static int handle_client_registration(void *data)
 
 	if (set_outbound_initial_authentication_credentials(client_state->client, &client_state->outbound_auths)) {
 		ast_log(LOG_WARNING, "Failed to set initial authentication credentials\n");
-		return -1;
 	}
 
 	if (client_state->status == SIP_REGISTRATION_STOPPED