From f5fb7c713ea443469406a691e60a6f4567a4cb75 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 17 Jan 2022 00:32:29 +0100 Subject: Fix const warnings Now that the RPCs have const, this forces us cleaning our const-meant functions. --- hostmux/mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hostmux/mux.c') diff --git a/hostmux/mux.c b/hostmux/mux.c index ddca89d1..90630dec 100644 --- a/hostmux/mux.c +++ b/hostmux/mux.c @@ -53,7 +53,7 @@ static error_t lookup_host (struct hostmux *mux, const char *host, what.) */ error_t netfs_attempt_lookup (struct iouser *user, struct node *dir, - char *name, struct node **node) + const char *name, struct node **node) { error_t err; -- cgit v1.2.3