diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2018-05-21 23:17:46 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2018-05-22 01:19:42 +0200 |
commit | aac8f14edf4986c4881267a5b76a58d6800945bb (patch) | |
tree | 3ecf8243bb354bff8d737cc44495ce31e96793f6 /Cargo.toml | |
parent | a9f51585b909c805bd441200c65e622217dc1a38 (diff) | |
download | nitrokey-rs-aac8f14edf4986c4881267a5b76a58d6800945bb.tar.gz nitrokey-rs-aac8f14edf4986c4881267a5b76a58d6800945bb.tar.bz2 |
Use drop() instead of disconnect()
Previously, the user had to explicitly call diconnect() to terminate the
connection to the Nitrokey. Now NK_logout() is called automatically
once the device is out of scope as UnauthenticatedDevice implements
Drop. AdminAuthenticatedDevice and UserAuthenticatedDevice do not have
to implement Drop, as it will be called recursively.
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions