aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IO/SharpCifs/Config.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2018-12-20 13:39:58 +0100
committerBond_009 <bond.009@outlook.com>2018-12-30 22:44:39 +0100
commit79d18cf5a5fde7594eb17247f920a54d8978a81c (patch)
tree59343a16d7df98f59e305e63fa2f585d443a7ddd /Emby.Server.Implementations/IO/SharpCifs/Config.cs
parentea4c914123ba8279b9d9fcf7d5318e11f7a3da4c (diff)
Clean up some catch statements
Diffstat (limited to 'Emby.Server.Implementations/IO/SharpCifs/Config.cs')
-rw-r--r--Emby.Server.Implementations/IO/SharpCifs/Config.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/IO/SharpCifs/Config.cs b/Emby.Server.Implementations/IO/SharpCifs/Config.cs
index 3fd0e5bd6..324a9c494 100644
--- a/Emby.Server.Implementations/IO/SharpCifs/Config.cs
+++ b/Emby.Server.Implementations/IO/SharpCifs/Config.cs
@@ -89,7 +89,7 @@ namespace SharpCifs
{
Runtime.GetBytesForString(string.Empty, DefaultOemEncoding);
}
- catch (Exception ex)
+ catch (Exception)
{
if (_log.Level >= 2)
{