This commit is contained in:
Anthony Minessale 2017-02-17 14:43:18 -06:00
parent aa7fccb4ab
commit a8adc886b2
1 changed files with 0 additions and 2 deletions

View File

@ -317,9 +317,7 @@ static void *SWITCH_THREAD_FUNC mod_smpp_gateway_read_thread(switch_thread_t *th
if ( mod_smpp_gateway_connection_read(gateway, &event, &command_id) != SWITCH_STATUS_SUCCESS) {
if ( gateway->running ) {
printf("WTF??\n");
if ( mod_smpp_gateway_connect(gateway) != SWITCH_STATUS_SUCCESS) {
printf("WTF2??\n");
switch_sleep(1000 * 1000);
}
}