You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2015/11/03 16:09:46 UTC

[20/50] [abbrv] 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/master
Commit: 5463a35c2fa08de519fe34ce26833309fc2ff7db
Parents: e62b5b5
Author: Bjoern Petri <bp...@apache.org>
Authored: Tue Oct 27 09:27:20 2015 +0100
Committer: Bjoern Petri <bp...@apache.org>
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);