diff options
author | Arlo Breault <arlolra@gmail.com> | 2013-06-07 11:24:39 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-10 14:28:21 -0400 |
commit | 6fc3997307b1a2729dcc651102e79b195698b6af (patch) | |
tree | f01fc84e17bf2ff8061d1f3bf4589db60b45a2ad /changes/bug9030 | |
parent | c94f6b228b0f6296a1fd74a5e12373754d5f07a9 (diff) | |
download | tor-6fc3997307b1a2729dcc651102e79b195698b6af.tar tor-6fc3997307b1a2729dcc651102e79b195698b6af.tar.gz |
Fix tor-fw-helper exit code.
It's returning the number of initialized backends.
(changes file added by nickm; this is a fix for bug #9030)
Diffstat (limited to 'changes/bug9030')
-rw-r--r-- | changes/bug9030 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9030 b/changes/bug9030 new file mode 100644 index 000000000..d0be58292 --- /dev/null +++ b/changes/bug9030 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - The tor-fw-helper program now follows the standard convention and + exits with status code "0" on success. Fixes bug 9030; bugfix on + 0.2.3.1-alpha. Patch by Arlo Breault. |