Skip to content

Commit

Permalink
Removed unused "error" jump label
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Jun 3, 2016
1 parent 0ca6cf0 commit 5819b0f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/dialog/dlg_db_handler.c
Expand Up @@ -1470,14 +1470,8 @@ void dialog_update_db(unsigned int ticks, void * param)
LM_ERR("failed to flush rows to DB\n");
}



dlg_timer_flush_del();
return;

error:
dlg_unlock( d_table, entry);
dlg_timer_flush_del();
}

static int sync_dlg_db_mem(void)
Expand Down

0 comments on commit 5819b0f

Please sign in to comment.