mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Fix warnings
This commit is contained in:
parent
2df39d75fd
commit
1afe643047
1 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ namespace HISP.Server
|
|||
sqlCommand.ExecuteNonQuery();
|
||||
return true;
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
return false;
|
||||
};
|
||||
|
@ -2643,7 +2643,7 @@ namespace HISP.Server
|
|||
}
|
||||
return false;
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
return true;
|
||||
};
|
||||
|
@ -2662,7 +2662,7 @@ namespace HISP.Server
|
|||
}
|
||||
return false;
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue