mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Driver: Servd: Toggle closing when done
This commit is contained in:
@@ -142,6 +142,7 @@ bool Servd::close() {
|
|||||||
messageSocket.sendto(request.data(), request.size(), SERVD_ADDRESS);
|
messageSocket.sendto(request.data(), request.size(), SERVD_ADDRESS);
|
||||||
}
|
}
|
||||||
opened = false;
|
opened = false;
|
||||||
|
setIsClosing(false);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user