Skip to content

Commit

Permalink
oops: missed from 2022238
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 24, 2021
1 parent b00df1a commit a41a8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/mixins/network_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def start_listen_sockets(self):
def add_listen_socket(self, socktype, sock, options):
info = self.socket_info.get(sock)
log("add_listen_socket(%s, %s, %s) info=%s", socktype, sock, options, info)
cleanup = add_listen_socket(socktype, sock, info, self._new_connection, None, options)
cleanup = add_listen_socket(socktype, sock, info, self._new_connection, options)
if cleanup:
self.socket_cleanup.append(cleanup)

Expand Down

0 comments on commit a41a8a4

Please sign in to comment.