Skip to content

Commit 70f519c

Browse files
committed
daemon: Change Gateway error name prefix
1 parent 1dac688 commit 70f519c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

credentialsd/src/dbus/gateway.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ async fn check_origin(
214214

215215
#[allow(clippy::enum_variant_names)]
216216
#[derive(DBusError, Debug)]
217-
#[zbus(prefix = "xyz.iinuwa.credentials")]
217+
#[zbus(prefix = "xyz.iinuwa.credentialsd")]
218218
enum Error {
219219
#[zbus(error)]
220220
ZBus(zbus::Error),

0 commit comments

Comments
 (0)