diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-21 10:27:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-21 10:27:43 -0400 |
commit | c9cac69ac68d8cdc66d3592f0812988336a1cf8d (patch) | |
tree | 992b7132c80e42490f4f0ed0099c7d9c2b3c8d39 /ReleaseNotes | |
parent | e6a05c1c549dca6e76b900feaee97941c5fb723c (diff) | |
download | tor-c9cac69ac68d8cdc66d3592f0812988336a1cf8d.tar.gz tor-c9cac69ac68d8cdc66d3592f0812988336a1cf8d.zip |
Remove a dead check for errmsg in handle_control_authenticate
Coverity doesn't like doing NULL checks on things that can't be
NULL; I like checking things where the logic for their not being
NULL is nontrivial. Let's compromise, and make it obvious that this
field can't be NULL.
[Coverity CID 202004]
Diffstat (limited to 'ReleaseNotes')
0 files changed, 0 insertions, 0 deletions