diff options
author | JeremyRand <biolizard89@gmail.com> | 2019-11-03 07:11:08 +0000 |
---|---|---|
committer | JeremyRand <biolizard89@gmail.com> | 2019-11-03 07:11:08 +0000 |
commit | 736322ce6198f97957a83b89dcf57aab91ca9a97 (patch) | |
tree | ee2a1ba647a951352b672a72d53af886a8309794 /scripts | |
parent | b69e85cc3d1676df2875114be8af2442ec9564b9 (diff) | |
download | tor-736322ce6198f97957a83b89dcf57aab91ca9a97.tar.gz tor-736322ce6198f97957a83b89dcf57aab91ca9a97.zip |
Bug #19859: Increase function-size exception to 124
Diffstat (limited to 'scripts')
-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 f7bd8287e8..63dde53f2e 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -201,7 +201,7 @@ problem function-size /src/feature/control/control_auth.c:handle_control_authent problem function-size /src/feature/control/control_cmd.c:handle_control_extendcircuit() 150 problem function-size /src/feature/control/control_cmd.c:handle_control_add_onion() 256 problem function-size /src/feature/control/control_cmd.c:add_onion_helper_keyarg() 117 -problem function-size /src/feature/control/control_events.c:control_event_stream_status() 118 +problem function-size /src/feature/control/control_events.c:control_event_stream_status() 124 problem include-count /src/feature/control/control_getinfo.c 54 problem function-size /src/feature/control/control_getinfo.c:getinfo_helper_misc() 108 problem function-size /src/feature/control/control_getinfo.c:getinfo_helper_dir() 302 |