mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add Coccinelle patch for replacing tt_assert(0) with tt_abort().
This commit is contained in:
committed by
Nick Mathewson
parent
25eaf77033
commit
3fd68b249b
@@ -0,0 +1,5 @@
|
||||
@@
|
||||
@@
|
||||
|
||||
- tt_assert(0)
|
||||
+ tt_abort()
|
||||
Reference in New Issue
Block a user