projects
/
project
/
rpcd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cac8db7
)
file: remove unused mode argument from exec procedure
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 3 Feb 2013 13:00:57 +0000
(14:00 +0100)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 3 Feb 2013 13:00:57 +0000
(14:00 +0100)
file.c
patch
|
blob
|
history
diff --git
a/file.c
b/file.c
index d4198460b8873bf6f3666d3dfabf118fbfb455bf..ddbd61b8a114575677d8b236af674066341c4cac 100644
(file)
--- a/
file.c
+++ b/
file.c
@@
-45,7
+45,6
@@
enum {
RPC_E_CMD,
RPC_E_PARM,
RPC_E_ENV,
- RPC_E_MODE,
__RPC_E_MAX,
};
@@
-53,7
+52,6
@@
static const struct blobmsg_policy rpc_exec_policy[__RPC_E_MAX] = {
[RPC_E_CMD] = { .name = "command", .type = BLOBMSG_TYPE_STRING },
[RPC_E_PARM] = { .name = "params", .type = BLOBMSG_TYPE_ARRAY },
[RPC_E_ENV] = { .name = "env", .type = BLOBMSG_TYPE_TABLE },
- [RPC_E_MODE] = { .name = "mode", .type = BLOBMSG_TYPE_STRING },
};
static const char *d_types[] = {