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:
b0254d1
)
uci: fix same buffer reuse introduced by previous commit
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 12 Jan 2014 17:43:48 +0000
(17:43 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 12 Jan 2014 17:43:48 +0000
(17:43 +0000)
uci.c
patch
|
blob
|
history
diff --git
a/uci.c
b/uci.c
index 08489e3a227e88ac9341c99ea9792e9045284c0a..ef255a8e3a03e880f1afdf1a9cd4c7732aada93e 100644
(file)
--- a/
uci.c
+++ b/
uci.c
@@
-1442,8
+1442,6
@@
rpc_uci_confirm(struct ubus_context *ctx, struct ubus_object *obj,
if (!apply_sid[0])
return UBUS_STATUS_NO_DATA;
- printf("CMP=%s/%s\n", apply_sid, sid);
-
if (strcmp(apply_sid, sid))
return UBUS_STATUS_PERMISSION_DENIED;