Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@23200 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 19, 2019
1 parent 3f22290 commit 67b3e91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/xpra/scripts/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,9 +893,7 @@ def noerr(fn, *args):
opts.mmap_group, opts.socket_permissions,
username, uid, gid)
netlog("setting up local sockets: %s", local_sockets)
for socktype, socket, sockpath, cleanup_socket in local_sockets:
sockets.append((socktype, socket, sockpath, cleanup_socket))
netlog("%s %s : %s", socktype, sockpath, socket)
sockets += local_sockets
if POSIX and (starting or upgrading or starting_desktop or upgrading_desktop):
#all unix domain sockets:
ud_paths = [sockpath for stype, _, sockpath, _ in local_sockets if stype=="unix-domain"]
Expand Down

0 comments on commit 67b3e91

Please sign in to comment.