diff options
author | drebs <drebs@leap.se> | 2015-06-01 12:32:33 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-06-01 12:37:24 -0300 |
commit | 10dd29e09e48ae8c1aab8e38cfcede1d49e190ec (patch) | |
tree | b2dcf1756285429ba70d830e54ff4d155b9fd410 /src/leap/bitmask/backend_app.py | |
parent | 907a864c774cc43fcf0ebff3d6b5082901661e98 (diff) |
[bug] do not unset soledad proxy object too early
The backend was unsetting the soledad proxied object before actually calling
the soledad close() method and this was causing the application to hang when
exitting.
As the local soledad component's cancel_bootstrap() method is called before
the close() method, we'd better not unset the proxied object there, and let
only the close method do it. This commit fixes this by just removing the line
that unsets the proxied object in the wrong place.
Diffstat (limited to 'src/leap/bitmask/backend_app.py')
0 files changed, 0 insertions, 0 deletions