Skip to content

Commit

Permalink
Revert "fix: I think managed should be true"
Browse files Browse the repository at this point in the history
This reverts commit 3f7da90.

> SciresM: it should not.
  • Loading branch information
spacemeowx2 authored Oct 28, 2021
1 parent 35be5f9 commit cab3953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldn_mitm/source/ldn_icommunication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ namespace ams::mitm::ldn {
}

Result ICommunicationService::AttachStateChangeEvent(sf::Out<sf::CopyHandle> handle) {
handle.SetValue(this->state_event->GetReadableHandle(), true);
handle.SetValue(this->state_event->GetReadableHandle(), false);
return ResultSuccess();
}

Expand Down

0 comments on commit cab3953

Please sign in to comment.