fallbacksrc: add missing assignment to source_pending_timeout

b3138ad041 added the field for
that purpose, let's also use it!
This commit is contained in:
Mathieu Duponchelle 2020-06-19 00:52:20 +02:00 committed by Sebastian Dröge
parent 2192c9d3b4
commit f7fc5bb0a3

View file

@ -1877,6 +1877,8 @@ impl FallbackSrc {
});
})
.expect("failed to wait async");
state.source_pending_timeout = Some(timeout);
}
if state.source_retry_timeout.is_none() {