core/dbus-execute: do not needlessly compare strings again
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 11 Jan 2016 19:37:30 +0000 (14:37 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 18 Jan 2016 20:09:36 +0000 (15:09 -0500)
commitcb51e6b73439271eba6d9f1715fedb2305a04518
tree0686b03f370693d66ba7ecadcb6f88b3621b94e4
parent5cb06d0cb54459c0e4df932e8b676cf2cdc0340f
core/dbus-execute: do not needlessly compare strings again

gcc complains that dirs might be unitialized. It cannot, but
we just checked that name has one of three values above, so
no need to check again.
src/core/dbus-execute.c