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
174 stars 93 forks source link

Ignore sections in EnsureSingleResponse #99

Open Deantwo opened 6 months ago

Deantwo commented 6 months ago

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

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