mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove two extrneous semicolons in dirserv.c
In 6fbdf635 we added a couple of statements like:
if (test) {
...
};
The extraneous semicolons there get flagged as worrisome empty
statements by the cparser library, so let's fix them.
Patch by Christian Grothoff; fixes bug 7115.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
o Minor bugfixes (portability)
|
||||
- Remove a couple of extraneous semicolos that were upsetting the
|
||||
cparser library. Patch by Christian Grothoff. Fixes bug 7115;
|
||||
bugfix on 0.2.2.1-alpha.
|
||||
Reference in New Issue
Block a user