re-add quotes in SEARCH command, comment

This commit is contained in:
Hocuri
2022-04-24 12:41:45 +02:00
committed by holger krekel
parent 9e1770316a
commit c10dc7b25b
2 changed files with 7 additions and 6 deletions

View File

@@ -335,7 +335,8 @@ impl Context {
// Separate impl block for self address handling
impl Context {
/// determine whether the specified addr maps to the/a self addr
/// Determine whether the specified addr maps to the/a self addr.
/// Returns `false` if no addresses are configured.
pub(crate) async fn is_self_addr(&self, addr: &str) -> Result<bool> {
Ok(self
.get_config(Config::ConfiguredAddr)