Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1B79918644 for ; Thu, 29 Oct 2015 15:28:53 +0000 (UTC) Received: (qmail 42652 invoked by uid 500); 29 Oct 2015 15:28:53 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 42600 invoked by uid 500); 29 Oct 2015 15:28:53 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 41742 invoked by uid 99); 29 Oct 2015 15:28:52 -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, 29 Oct 2015 15:28:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D4CFE392A; Thu, 29 Oct 2015 15:28:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pnoltes@apache.org To: commits@celix.apache.org Date: Thu, 29 Oct 2015 15:29:30 -0000 Message-Id: In-Reply-To: <2d433ae53cee40a7a8eb8924d7c13080@git.apache.org> References: <2d433ae53cee40a7a8eb8924d7c13080@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [39/50] celix git commit: CELIX-280: fixed fix CELIX-280: fixed fix Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/5463a35c Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/5463a35c Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/5463a35c Branch: refs/heads/feature/CELIX-269_depman Commit: 5463a35c2fa08de519fe34ce26833309fc2ff7db Parents: e62b5b5 Author: Bjoern Petri Authored: Tue Oct 27 09:27:20 2015 +0100 Committer: Bjoern Petri Committed: Tue Oct 27 09:27:20 2015 +0100 ---------------------------------------------------------------------- deployment_admin/private/src/deployment_admin.c | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/5463a35c/deployment_admin/private/src/deployment_admin.c ---------------------------------------------------------------------- diff --git a/deployment_admin/private/src/deployment_admin.c b/deployment_admin/private/src/deployment_admin.c index ce37b03..1e70a02 100644 --- a/deployment_admin/private/src/deployment_admin.c +++ b/deployment_admin/private/src/deployment_admin.c @@ -258,6 +258,8 @@ static void *deploymentAdmin_poll(void *deploymentAdmin) { deploymentAdmin_auditEventTargetPropertiesSet(admin); while (admin->running) { + int i; + //poll ace array_list_pt versions = NULL; arrayList_create(&versions);