mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
vfs: report zero-length read from server
This commit is contained in:
@@ -170,10 +170,8 @@ class Vfs_server::Session_component :
|
||||
}
|
||||
}
|
||||
|
||||
if (res_length) {
|
||||
packet.length(res_length);
|
||||
packet.succeeded(true);
|
||||
}
|
||||
packet.length(res_length);
|
||||
packet.succeeded(!!res_length);
|
||||
}
|
||||
|
||||
void _process_packet()
|
||||
|
||||
Reference in New Issue
Block a user