Skip to content

Commit

Permalink
Fixed travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
danpascu committed May 28, 2019
1 parent 8f49a55 commit 394409a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nathelper/nathelper.c
Expand Up @@ -1750,7 +1750,7 @@ ping_checker_timer(unsigned int ticks, void *timer_idx)
lock_hash(cell->hash_id);

LM_DBG("wait expiring ping cell %llu state=%d\n",
cell->ct_coords, cell->state);
(unsigned long long)cell->ct_coords, cell->state);

/* if not found in the mean while (via hash), delete it */
if (cell->state==PING_CELL_STATE_WAITING) {
Expand Down

0 comments on commit 394409a

Please sign in to comment.