[tor-commits] [flashproxy/master] Put ++ where I meant --
dcf at torproject.org
dcf at torproject.org
Sun Jun 12 08:56:30 UTC 2011
commit 99dd0d5b7ac7530d5fb524b75635bcb56f6c2a00
Author: Nate Hardison <nate at rescomp-09-154551.stanford.edu>
Date: Thu Jun 2 20:21:50 2011 -0700
Put ++ where I meant --
---
rtmfpcat.as | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rtmfpcat.as b/rtmfpcat.as
index 37701e8..1876ef9 100644
--- a/rtmfpcat.as
+++ b/rtmfpcat.as
@@ -223,7 +223,7 @@ package
puts("ProxyPair: connection closed.");
p_p = null;
if (proxy_mode && !debug_mode && badge != null) {
- badge.num_proxy_pairs++;
+ badge.num_proxy_pairs--;
}
establish_facilitator_connection();
});
More information about the tor-commits
mailing list