fixed compiler error
This commit is contained in:
parent
07e4b0617e
commit
2c5a2909cd
|
@ -749,7 +749,6 @@ public:
|
||||||
throw connection_failed();
|
throw connection_failed();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Void();
|
|
||||||
} catch (Error& e) {
|
} catch (Error& e) {
|
||||||
// Either the connection failed, or was cancelled by the caller
|
// Either the connection failed, or was cancelled by the caller
|
||||||
if(e.code() != error_code_actor_cancelled) {
|
if(e.code() != error_code_actor_cancelled) {
|
||||||
|
|
Loading…
Reference in New Issue