Fix regression in command line parsing
[project/procd.git] / utils / utils.h
index c2c1cb4..8b384fc 100644 (file)
@@ -19,6 +19,8 @@
 #include <libubox/blob.h>
 #include <libubox/blobmsg.h>
 
+#define CMDLINE_SIZE 2048
+
 struct blobmsg_list_node {
        struct avl_node avl;
        struct blob_attr *data;