Re: [systemd-devel] [PATCH] python-systemd: fix is_socket_inet to cope with ports

2015-04-12 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Mar 25, 2015 at 05:00:09PM +, Simon Farnsworth wrote: > Just a couple of trivial oversights. > --- > src/python-systemd/_daemon.c | 2 +- > src/python-systemd/daemon.py | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied. Thanks for the fix. We really should have a test

Re: [systemd-devel] [PATCH] python-systemd: fix is_socket_inet to cope with ports

2015-03-31 Thread Simon Farnsworth
On Tuesday 31 March 2015 13:53:38 Zbigniew Jędrzejewski-Szmek wrote: > On Tue, Mar 31, 2015 at 09:46:40AM +0100, Simon Farnsworth wrote: > > Hello, > > > > We've got the Easter long weekend coming up here in the UK, and I intend to > > spend it away from the computer. Is there anything I need to f

Re: [systemd-devel] [PATCH] python-systemd: fix is_socket_inet to cope with ports

2015-03-31 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Mar 31, 2015 at 09:46:40AM +0100, Simon Farnsworth wrote: > Hello, > > We've got the Easter long weekend coming up here in the UK, and I intend to > spend it away from the computer. Is there anything I need to fix with this > patch to make it acceptable to you? No, the patch is fine afaik.

Re: [systemd-devel] [PATCH] python-systemd: fix is_socket_inet to cope with ports

2015-03-31 Thread Simon Farnsworth
Hello, We've got the Easter long weekend coming up here in the UK, and I intend to spend it away from the computer. Is there anything I need to fix with this patch to make it acceptable to you? On Wednesday 25 March 2015 17:00:09 Simon Farnsworth wrote: > Just a couple of trivial oversights. > --

[systemd-devel] [PATCH] python-systemd: fix is_socket_inet to cope with ports

2015-03-25 Thread Simon Farnsworth
Just a couple of trivial oversights. --- src/python-systemd/_daemon.c | 2 +- src/python-systemd/daemon.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python-systemd/_daemon.c b/src/python-systemd/_daemon.c index 65cfec7..7c5f1b2 100644 --- a/src/python-systemd/_daem