Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 34FAB172B1 for ; Thu, 12 Mar 2015 11:45:18 +0000 (UTC) Received: (qmail 91004 invoked by uid 500); 12 Mar 2015 11:45:18 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 90945 invoked by uid 500); 12 Mar 2015 11:45:18 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 90834 invoked by uid 99); 12 Mar 2015 11:45:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2015 11:45:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8F04FE0A4E; Thu, 12 Mar 2015 11:45:17 +0000 (UTC) From: gemmellr To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-6 pull request: ACTIVEMQ6-55: prevent NPE when closing a ... Content-Type: text/plain Date: Thu, 12 Mar 2015 11:45:17 +0000 (UTC) GitHub user gemmellr opened a pull request: https://github.com/apache/activemq-6/pull/176 ACTIVEMQ6-55: prevent NPE when closing a link with no context You can merge this pull request into a Git repository by running: $ git pull https://github.com/gemmellr/activemq-6 ACTIVEMQ6-55-fix-NPE Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-6/pull/176.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #176 ---- commit 169206efbbb8d5d3cb65aba480c4d59be4a0f4b0 Author: Robert Gemmell Date: 2015-03-12T11:42:29Z ACTIVEMQ6-55: prevent NPE when closing a link that didnt get as far as having a context added ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---