dbus: Fix prop_changed_flags allocation to count properties correctly
authorJouni Malinen <j@w1.fi>
Wed, 6 Jan 2010 09:55:21 +0000 (11:55 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 6 Jan 2010 09:55:21 +0000 (11:55 +0200)
commit6c195cd5070c8d70a9b7581d7cf74eacd7e51ebf
tree34ab144dd44cc8ce45ab9830f906875f6f94342f
parente30020c7ab6a2fc85fb60ce1255dd3956c27fb5d
dbus: Fix prop_changed_flags allocation to count properties correctly

There was an extra semicolon that broke the calculation of registered
properties and resulted in obj_desc->prop_changed_flags not being
allocated long enough for all the flags.
wpa_supplicant/dbus/dbus_new.c