Skip to content

Commit

Permalink
ARIES-519 Stop calling update when we are not tracking a service, and…
Browse files Browse the repository at this point in the history
… don't have a replacement either.

git-svn-id: https://svn.apache.org/repos/asf/incubator/aries/trunk/util@1051431 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
NottyCode committed Dec 21, 2010
1 parent 04e6dad commit 0ef26d1
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -104,7 +104,9 @@ private void findMatchingReference(ServiceReference original) {
ctx.ungetService(ref);
}
}
}
} else if (original == null){
clear = false;
}

if (clear) {
update(original, null, null);
Expand Down

0 comments on commit 0ef26d1

Please sign in to comment.