Add bridge_update stub
This commit is contained in:
parent
42f5c0e764
commit
366111e28f
|
@ -309,6 +309,11 @@ impl BridgeAuth {
|
|||
self.bridge_table.spares.insert(bnum);
|
||||
}
|
||||
|
||||
pub fn bridge_update(&mut self, bridge: &BridgeLine, bdb: &mut BridgeDb) -> bool {
|
||||
|
||||
false
|
||||
}
|
||||
|
||||
/// Mark a bridge as unreachable
|
||||
///
|
||||
/// This bridge will be removed from each of the buckets that
|
||||
|
|
Loading…
Reference in New Issue