This is an automated email from the git hooks/post-receive script. jamespage pushed a commit to branch patch-queue/master in repository jenkins.
commit 059ba3eb2ef581b31e1c699d132780c32845f796 Author: Debian Java Maintainers <[email protected]> Date: Sun Aug 11 10:41:39 2013 +0100 use-stock-jmdns Gbp-Pq-Topic: build --- core/src/main/java/hudson/DNSMultiCast.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/src/main/java/hudson/DNSMultiCast.java b/core/src/main/java/hudson/DNSMultiCast.java index 8d029b6..e2a82f0 100644 --- a/core/src/main/java/hudson/DNSMultiCast.java +++ b/core/src/main/java/hudson/DNSMultiCast.java @@ -75,12 +75,12 @@ public class DNSMultiCast implements Closeable { public void close() { if (jmdns!=null) { -// try { - jmdns.abort(); + try { + jmdns.close(); jmdns = null; -// } catch (final IOException e) { -// LOGGER.log(Level.WARNING,"Failed to close down JmDNS instance!",e); -// } + } catch (final IOException e) { + LOGGER.log(Level.WARNING,"Failed to close down JmDNS instance!",e); + } } } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

