ubox: Replace { 0 } with {}.
[project/ubox.git] / log / logd.c
index 07aee2b..9b481cd 100644 (file)
@@ -84,7 +84,7 @@ read_log(struct ubus_context *ctx, struct ubus_object *obj,
                struct blob_attr *msg)
 {
        struct client *cl;
-       struct blob_attr *tb[__READ_MAX] = { 0 };
+       struct blob_attr *tb[__READ_MAX] = {};
        struct log_head *l;
        int count = 0;
        int fds[2];