Fixed minor refactoring bug. (FELIX-851)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@737950 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/src/main/java/org/apache/felix/framework/searchpolicy/Resolver.java b/framework/src/main/java/org/apache/felix/framework/searchpolicy/Resolver.java
index 2d1a811..a229b28 100644
--- a/framework/src/main/java/org/apache/felix/framework/searchpolicy/Resolver.java
+++ b/framework/src/main/java/org/apache/felix/framework/searchpolicy/Resolver.java
@@ -1589,7 +1589,7 @@
 
         // Put the module in the wireMap with an empty wire array;
         // we do this early so we can use it to detect cycles.
-        wireMap.put(importer, m_emptyModules);
+        wireMap.put(importer, m_emptyWires);
 
         // Loop through each candidate Set and create a wire
         // for the selected candidate for the associated import.