mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-14 08:49:52 +00:00
parent
c232886e0f
commit
697f179e21
@ -107,7 +107,10 @@ class File_system::Session_component : public Session_rpc_object
|
|||||||
|
|
||||||
_process_packet_op(packet, *node);
|
_process_packet_op(packet, *node);
|
||||||
}
|
}
|
||||||
catch (Invalid_handle) { Genode::error("Invalid_handle"); }
|
catch (Invalid_handle) {
|
||||||
|
Genode::error("Invalid_handle");
|
||||||
|
tx_sink()->acknowledge_packet(packet);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void _process_packets()
|
void _process_packets()
|
||||||
|
Loading…
Reference in New Issue
Block a user