Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed May 25, 2016
1 parent 99f039e commit 1503ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nathelper/nh_table.c
Expand Up @@ -76,7 +76,7 @@ void free_hash_table(void)
for (i=0; i < NH_TABLE_ENTRIES; i++)
lock_destroy(&n_table->entries[i].mutex);

lock_destroy(&n_table->timer_list.mutext);
lock_destroy(&n_table->timer_list.mutex);

shm_free(n_table);
}
Expand Down

0 comments on commit 1503ca6

Please sign in to comment.