D-Bus: Remove the obsolete notes from wpas_dbus_error_unknown_error()
authorJouni Malinen <j@w1.fi>
Thu, 1 Jan 2015 20:16:34 +0000 (22:16 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 2 Jan 2015 20:50:27 +0000 (22:50 +0200)
commitff1d8104e230b3d2da67d79211b3803d22a42b72
treee8b1ab73fff156e16d93cef59e8348924704254b
parent38279bdb35c1b0c248289752197ebddd2fdd52ef
D-Bus: Remove the obsolete notes from wpas_dbus_error_unknown_error()

Commit 6aeeb6fa21bc072ba92ce9423ba5c0417e8c0bf5 ('dbus: clean up new
D-Bus interface getters and setters') redesigned the property
getter/setter calls in a way that made the
wpas_dbus_error_unknown_error() note about message being NULL in some
cases obsolete. All the remaining callers are from method handler
functions that must have a valid message. Remove the obsolete notes and
unnecessary messsage == NULL check.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/dbus/dbus_new_handlers.c