The branch, master has been updated via 86c1afab1e0b1e3d200b72f39964603ecb810de4 (commit) from 9ea6e7a0f2bb0102082e893b0a4139353f552c1b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 86c1afab1e0b1e3d200b72f39964603ecb810de4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 20 14:48:26 2013 +0100 whitespace cleanup in patch ----------------------------------------------------------------------- Summary of changes: .../python26_debian-squeeze_asyncore.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/patches/python-x2gobroker/python26_debian-squeeze_asyncore.patch b/patches/python-x2gobroker/python26_debian-squeeze_asyncore.patch index 9bf976a..c5d30e8 100644 --- a/patches/python-x2gobroker/python26_debian-squeeze_asyncore.patch +++ b/patches/python-x2gobroker/python26_debian-squeeze_asyncore.patch @@ -23,9 +23,9 @@ Abstract: is_w = obj.writable() if is_r: r.append(fd) -- if is_w: -+ # accepting sockets should not be writable -+ if is_w and not obj.accepting: +- if is_w: ++ # accepting sockets should not be writable ++ if is_w and not obj.accepting: w.append(fd) if is_r or is_w: e.append(fd) hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).