summaryrefslogtreecommitdiff
path: root/lib9p/srv.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib9p/srv.c')
-rw-r--r--lib9p/srv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/srv.c b/lib9p/srv.c
index ac65699..82b5257 100644
--- a/lib9p/srv.c
+++ b/lib9p/srv.c
@@ -610,7 +610,7 @@ static void handle_message(struct srv_req *ctx) {
assert(host_req);
enum lib9p_msg_type typ;
lib9p_Tmsg_unmarshal(&ctx->basectx, ctx->net_bytes,
- &typ, host_req);
+ &typ, host_req);
srv_msglog(ctx, typ, host_req);
/* Handle it. */