Compare commits
1 Commits
68c1fdef57
...
bced16437e
Author | SHA1 | Date | |
---|---|---|---|
bced16437e |
@ -108,9 +108,7 @@ impl BrainDaemon for BrainDaemonMock {
|
||||
&auth.signature,
|
||||
)?;
|
||||
} else {
|
||||
return Err(Status::unauthenticated(
|
||||
"Could not authenticate the daemon: could not extract auth signature",
|
||||
));
|
||||
return Err(Status::unauthenticated("Could not authenticate the daemon"));
|
||||
}
|
||||
} else {
|
||||
return Err(Status::unauthenticated("Could not authenticate the daemon"));
|
||||
|
Loading…
Reference in New Issue
Block a user