Skip to content

Commit

Permalink
missing argument for request mode
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 31, 2024
1 parent 557efe2 commit afacb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ def run_socket_cleanups():
socket_cleanup[:] = []
for socktype, sock, sinfo, cleanup_socket in sockets:
socket_cleanup.append(cleanup_socket)
cleanup = add_listen_socket(socktype, sock, sinfo, None, new_connection)
cleanup = add_listen_socket(socktype, sock, sinfo, None, new_connection, {})
if cleanup is not None:
listen_cleanup.append(cleanup)
#listen mode is special,
Expand Down

0 comments on commit afacb05

Please sign in to comment.