projects
/
oweals
/
rpcd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
065d8f4
)
fix inverted apply_running check
author
John Crispin
<blogic@openwrt.org>
Wed, 18 Dec 2013 12:56:54 +0000
(13:56 +0100)
committer
John Crispin
<blogic@openwrt.org>
Wed, 18 Dec 2013 12:56:54 +0000
(13:56 +0100)
Signed-off-by: John Crispin <blogic@openwrt.org>
uci.c
patch
|
blob
|
history
diff --git
a/uci.c
b/uci.c
index 5abb9cd3669091f4604472780f6b822d948c9807..af154f735c2680f776bcb174f0dfa0c2877b9913 100644
(file)
--- a/
uci.c
+++ b/
uci.c
@@
-1124,7
+1124,7
@@
rpc_uci_revert_commit(struct ubus_context *ctx, struct blob_attr *msg, bool comm
struct uci_package *p = NULL;
struct uci_ptr ptr = { 0 };
- if (
!
apply_running)
+ if (apply_running)
return UBUS_STATUS_PERMISSION_DENIED;
blobmsg_parse(rpc_uci_config_policy, __RPC_C_MAX, tb,