more call sites

This commit is contained in:
holger krekel
2019-12-19 07:48:48 +01:00
parent 53453bb71a
commit a9df84d2ee
4 changed files with 4 additions and 4 deletions

View File

@@ -491,7 +491,7 @@ pub fn dc_cmdline(context: &Context, line: &str) -> Result<(), failure::Error> {
println!("{:#?}", context.get_info());
}
"interrupt" => {
interrupt_inbox_idle(context, true);
interrupt_inbox_idle(context);
}
"maybenetwork" => {
maybe_network(context);