Opened 15 years ago
Closed 15 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("");
}
Note:
See TracTickets
for help on using tickets.
Fixed in r4862. Thanks for the heads up