danikf / tik4net

Manage mikrotik routers with .NET C# code via ADO.NET like API or enjoy O/R mapper like highlevel api.
Apache License 2.0
178 stars 94 forks source link

Ignore sections in EnsureSingleResponse #99

Open Deantwo opened 8 months ago

Deantwo commented 8 months ago

Changed EnsureSingleResponse to ignore responses with only ".section" words. Fixes #96

This fix is not all that pretty, but it works.