initializer warn--

SVN revision: 76177
This commit is contained in:
Mike Blumenkrantz 2012-09-05 08:16:13 +00:00
parent 32b3c3f375
commit eb16b89190
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ _agent_request_input(E_DBus_Object *obj, DBusMessage *msg)
for (; dbus_message_iter_get_arg_type(&dict) != DBUS_TYPE_INVALID;
dbus_message_iter_next(&dict))
{
struct Connman_Field field = { NULL };
struct Connman_Field field = { NULL, NULL, NULL, NULL, NULL };
DBusMessageIter entry, var;
dbus_message_iter_recurse(&dict, &entry);