Fix crash on no parameter_key
Default parameter_key to a 0 length string, instead of NULL.
Otherwise, the code in cwmp_ubus_call and blobmsg_add_string will attempt a strlen on a NULL string, which segfaults.
Default parameter_key to a 0 length string, instead of NULL.
Otherwise, the code in cwmp_ubus_call and blobmsg_add_string will attempt a strlen on a NULL string, which segfaults.