Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Mar 14, 2019
1 parent f99d84f commit 62d4592
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed bin/dbatools.dll
Binary file not shown.
Binary file removed bin/net452/dbatools.dll
Binary file not shown.
Binary file removed bin/netcoreapp2.1/dbatools.dll
Binary file not shown.
Expand Up @@ -553,7 +553,7 @@ public DbaInstanceParameter(object Input)
_ComputerName = (string)tempInput.Properties["ComputerName"].Value;

if (tempInput.Properties["NetPort"] != null)
_Port = (int)tempInput.Properties["NetPort"].Value;
_Port = (Int32)tempInput.Properties["NetPort"].Value;

}
catch (Exception e)
Expand Down

0 comments on commit 62d4592

Please sign in to comment.