diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-19 10:46:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-06-25 12:51:25 -0400 |
commit | a91ed23403ae28974639a9bdb67530c5c07a0ce6 (patch) | |
tree | edd344d236ef0c4f3784611c8e146c0e433837c5 /scripts/maint/practracker/exceptions.txt | |
parent | 53e969c137cb39bed432cd165d3d7e3825b1a2a9 (diff) | |
download | tor-a91ed23403ae28974639a9bdb67530c5c07a0ce6.tar.gz tor-a91ed23403ae28974639a9bdb67530c5c07a0ce6.zip |
Use structvar to find the types for config vars.
Diffstat (limited to 'scripts/maint/practracker/exceptions.txt')
-rw-r--r-- | scripts/maint/practracker/exceptions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/practracker/exceptions.txt b/scripts/maint/practracker/exceptions.txt index 4db452b897..2190fb1caa 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -30,7 +30,7 @@ # Remember: It is better to fix the problem than to add a new exception! problem file-size /src/app/config/config.c 8518 -problem include-count /src/app/config/config.c 87 +problem include-count /src/app/config/config.c 88 problem function-size /src/app/config/config.c:options_act_reversible() 296 problem function-size /src/app/config/config.c:options_act() 589 problem function-size /src/app/config/config.c:resolve_my_address() 192 |