aboutsummaryrefslogtreecommitdiff
path: root/src/sysbin/giosrv
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysbin/giosrv')
-rw-r--r--src/sysbin/giosrv/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sysbin/giosrv/main.c b/src/sysbin/giosrv/main.c
index fcb9360..b38d1c7 100644
--- a/src/sysbin/giosrv/main.c
+++ b/src/sysbin/giosrv/main.c
@@ -103,14 +103,17 @@ void disable_features(gip_handler_t *h, gip_msg_header *p) {
void query_mode(gip_handler_t *h, gip_msg_header *p) {
// TODO
+ gip_reply_fail(h, p);
}
void set_mode(gip_handler_t *h, gip_msg_header *p) {
// TODO
+ gip_reply_fail(h, p);
}
void unknown_msg(gip_handler_t *h, gip_msg_header *p) {
// TODO
+ gip_reply_fail(h, p);
}
void fd_error(gip_handler_t *h) {