mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-06 19:05:21 +00:00
Fix typo in comment
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
389edb684b
commit
6b2b931a0a
@ -318,7 +318,7 @@ int main_channel_getpeername(MainChannel *main_chan, struct sockaddr *sa, sockle
|
||||
getpeername(red_channel_get_first_socket(RED_CHANNEL(main_chan)), sa, salen) : -1;
|
||||
}
|
||||
|
||||
// TODO: ? shouldn't it disonnect all clients? or shutdown all main_channels?
|
||||
// TODO: ? shouldn't it disconnect all clients? or shutdown all main_channels?
|
||||
void main_channel_close(MainChannel *main_chan)
|
||||
{
|
||||
int socketfd;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user