dbus: Fix init-failure-detection
This was broken in previous cleanup.
This commit is contained in:
parent
ccafcbed32
commit
f65a5b7598
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ static int wpas_dbus_init_common(struct wpas_dbus_priv *priv)
|
|||
}
|
||||
dbus_error_free(&error);
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue