SHA256
1
0
forked from pool/systemd
Dr. Werner Fink 2014-01-21 13:16:14 +00:00 committed by Git OBS Bridge
parent cb1a39fdf8
commit 638009e9d9

View File

@ -12,7 +12,7 @@ Based on http://cgit.freedesktop.org/systemd/systemd/patch/?id=67d6621059085963a
+ /* If the operation was fully executed by the SysV compat,
+ * let's finish early */
+ if (strv_isempty(names))
+ if (strv_isempty(mangled_names))
+ return 0;
+
if (!bus || avoid_bus()) {