Skip to content

Commit

Permalink
ios: another refine on a939e82
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilledheart committed Oct 23, 2024
1 parent c1fe6fc commit 1992ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ios/extensions/YassPacketTunnelProvider.mm
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ @implementation YassPacketTunnelProvider {

- (void)startTunnelWithOptions:(NSDictionary*)options completionHandler:(void (^)(NSError*))completionHandler {
stopped_ = false;
context_ = nullptr;
// setup signal handler
signal(SIGPIPE, SIG_IGN);

Expand Down

0 comments on commit 1992ce8

Please sign in to comment.