allow for searching by IP #2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "mallory/CollabVMAuthServer:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -464,0 +463,4 @@
IPAddress? filterIp = null;
if (payload.filterIp != null)
{
filterIp = IPAddress.Parse(payload.filterIp);
This should use TryParse and return an error if false. Current code throws an exception if payload.filterIp is invalid.
@ -0,0 +1,12 @@
{
preferably delete this file as its unnecessary visual studio autogen crust.