diff --git a/src/Connection.cs b/src/Connection.cs index 4a18033..b7dc748 100644 --- a/src/Connection.cs +++ b/src/Connection.cs @@ -399,9 +399,6 @@ internal void HandleMethodCall (MessageContainer method_call) public object GetObject (Type type, string bus_name, ObjectPath path) { - if (!CheckBusNameExists (bus_name)) - return null; - //if the requested type is an interface, we can implement it efficiently //otherwise we fall back to using a transparent proxy if (type.IsInterface || type.IsAbstract) {