xingplus / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

Status header not updating active count on disconnect when active connection(s) remain #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running Tunnelblick 3.1.7 build 2190.2413 on OS X 10.6.7.

When two or more connections are active at once, and one of the connections is 
disconnected, the status header on the drop-down menu does not show a decrease 
in the count of active connections.

I connected tun0, status header correctly shows 1 active connection.
I connected tun1, status header correctly shows 2 active connections.
I connected tun2, status header correctly shows 3 active connections.
I disconnected tun2, verified tunnel shutdown with ps, status header remained 
at 3 (expected 2).
I disconnected tun1, verified tunnel shutdown with ps, status header remained 
at 3 (expected 1).
I reconnected tun1, status header decreased to correct value of 1 while 
connecting, then increased to 2 as expected when connection completed.
I disconnected tun1, verified tunnel shutdown with ps, status header remained 
at 2 (expected 1).
I disconnected tun0, status header correctly shows 0 active connections.

I've reproduced this, so if there's a way I can help you diagnose, please let 
me know.  I haven't included connection logs or config files as it spans them 
all and doesn't seem to be dependent on them.

Original issue reported on code.google.com by petiep...@gmail.com on 30 Apr 2011 at 6:21

GoogleCodeExporter commented 9 years ago
Fixed in r1468.

Original comment by jkbull...@gmail.com on 2 May 2011 at 1:00