summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-01-12 17:43:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-01-12 17:43:48 +0000
commit49f6e218a4bb4cc68ba7fdceae0badaa7726685f (patch)
tree6a1dbf3b8681d91eceb37326187755e6f8a17953
parentb0254d1203c9611ecdcf2ad9d6c9a43b80b44724 (diff)
downloadrpcd-49f6e218a4bb4cc68ba7fdceae0badaa7726685f.tar.gz
uci: fix same buffer reuse introduced by previous commit
-rw-r--r--uci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/uci.c b/uci.c
index 08489e3..ef255a8 100644
--- 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;