aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c
index bb204412b..3c5ec5660 100644
--- a/src/client.c
+++ b/src/client.c
@@ -205,7 +205,7 @@ static void client_init(struct client *client, int fd)
client->permission = getDefaultPermissions();
- write(fd, GREETING, sizeof(GREETING) - 1);
+ (void)write(fd, GREETING, sizeof(GREETING) - 1);
}
static void free_cmd_list(GSList *list)