diff options
author | John Crispin <blogic@openwrt.org> | 2013-12-09 13:57:43 +0100 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-12-09 13:57:43 +0100 |
commit | b76325945d31280b2ffecf898bfc62aa5f3d22d4 (patch) | |
tree | 740cc6e2953c33d83612e770d6696d699760d847 | |
parent | 7fbc2759ceb90306a34b30ffd04c8afef94a3aea (diff) | |
download | unitd-b76325945d31280b2ffecf898bfc62aa5f3d22d4.tar unitd-b76325945d31280b2ffecf898bfc62aa5f3d22d4.zip |
fix copy paste error
Signed-off-by: John Crispin <blogic@openwrt.org>
-rw-r--r-- | system.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, }; |