diff --git a/DnsServerCore/LogManager.cs b/DnsServerCore/LogManager.cs index 127e2632..04d4ff02 100644 --- a/DnsServerCore/LogManager.cs +++ b/DnsServerCore/LogManager.cs @@ -1,6 +1,6 @@ /* Technitium DNS Server -Copyright (C) 2020 Shreyas Zare (shreyas@technitium.com) +Copyright (C) 2021 Shreyas Zare (shreyas@technitium.com) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -415,7 +415,7 @@ namespace DnsServerCore OffsetStream oFS = new OffsetStream(fS, 0, limit); - using (Stream s = WebService.GetOutputStream(request, response)) + using (Stream s = DnsWebService.GetOutputStream(request, response)) { await oFS.CopyToAsync(s);