Skip to content

Commit

Permalink
CELIX-280: fixed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetri committed Oct 27, 2015
1 parent e62b5b5 commit 5463a35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment_admin/private/src/deployment_admin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5463a35

Please sign in to comment.