mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
c232886e0f
commit
697f179e21
@@ -107,7 +107,10 @@ class File_system::Session_component : public Session_rpc_object
|
||||
|
||||
_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()
|
||||
|
||||
Reference in New Issue
Block a user