Skip to content

Commit

Permalink
Fixed non-Domain joined computer issue.
Browse files Browse the repository at this point in the history
Fixed bug introduced by the last change.
  • Loading branch information
ClintWon committed Dec 18, 2024
1 parent 8493fff commit f66e21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions SQLCheck/SQLCheck/Collectors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2199,8 +2199,6 @@ public static void CollectService(DataSet ds) // collects select services we ar
{
Domain = ds.Tables["Domain"].Rows[0]; // crash if not in domain
}


//////////////////// clintonw


Expand Down
4 changes: 2 additions & 2 deletions SQLCheck/SQLCheck/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1482.0")]
[assembly: AssemblyFileVersion("1.0.1482.0")]
[assembly: AssemblyVersion("1.0.1485.0")]
[assembly: AssemblyFileVersion("1.0.1485.0")]

0 comments on commit f66e21a

Please sign in to comment.