Skip to content

Commit

Permalink
UI: fixed displaying remote statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Apr 20, 2020
1 parent 2cd18f3 commit cf6d923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/opensnitch/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ def Ping(self, request, context):
with self._remote_lock:
_, addr, _ = context.peer().split(':')
self._populate_stats(self._db, addr, request.stats)
self._stats_dialog.update(request.stats)

# XXX: disable this option for now
#if addr in self._remote_stats:
# self._remote_stats[addr].update(request.stats)
Expand Down

0 comments on commit cf6d923

Please sign in to comment.