ZyklonB: Fix an old typo
This commit is contained in:
parent
efcb9d17e5
commit
f194a240df
|
@ -2152,7 +2152,7 @@ parse_config (struct bot_context *ctx, struct error **e)
|
||||||
static void
|
static void
|
||||||
on_signal_pipe_readable (const struct pollfd *fd, struct bot_context *ctx)
|
on_signal_pipe_readable (const struct pollfd *fd, struct bot_context *ctx)
|
||||||
{
|
{
|
||||||
char *dummy;
|
char dummy;
|
||||||
(void) read (fd->fd, &dummy, 1);
|
(void) read (fd->fd, &dummy, 1);
|
||||||
|
|
||||||
if (g_termination_requested && !ctx->quitting)
|
if (g_termination_requested && !ctx->quitting)
|
||||||
|
|
Loading…
Reference in New Issue