Opened 14 years ago

Closed 14 years ago

#1356 closed defect (fixed)

DescribeSource() returns Error for LocalNativeConnection

Reported by: thomas Owned by: jng
Priority: high Milestone:
Component: Maestro Version: 2.1.0
Severity: major Keywords:
Cc: External ID:

Description

FeatureSource-1.0.0.cs:

public FeatureSourceDescription DescribeSource()

{

return DescribeSource(null);

}

has to be: public FeatureSourceDescription DescribeSource()

{

return DescribeSource("");

}

Change History (1)

comment:1 by jng, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in r4862. Thanks for the heads up

Note: See TracTickets for help on using tickets.