From b76325945d31280b2ffecf898bfc62aa5f3d22d4 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 9 Dec 2013 13:57:43 +0100 Subject: [PATCH] fix copy paste error Signed-off-by: John Crispin --- system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.c b/system.c index 3d52039..d5bf000 100644 --- a/system.c +++ b/system.c @@ -263,7 +263,7 @@ enum { __SIGNAL_MAX }; -static const struct blobmsg_policy signal_policy[__WDT_MAX] = { +static const struct blobmsg_policy signal_policy[__SIGNAL_MAX] = { [SIGNAL_PID] = { .name = "pid", .type = BLOBMSG_TYPE_INT32 }, [SIGNAL_NUM] = { .name = "signum", .type = BLOBMSG_TYPE_INT32 }, }; -- 2.11.0