blob: clear buf->head when freeing a buffer
[project/libubox.git] / json_script.c
index 3b10b10154001493c32bac38c7371201e6203811..14d045db19a8818b2d5e75b17d9a0f38a6811727 100644 (file)
@@ -591,7 +591,7 @@ static int json_process_cmd(struct json_call *call, struct blob_attr *block)
                case BLOBMSG_TYPE_STRING:
                        if (!i)
                                return __json_process_cmd(call, block);
-                       /* fall through */
+                       fallthrough;
                default:
                        ret = json_process_cmd(call, cur);
                        if (ret < -1)