Skip to content

Commit f66e21a

Browse files
committed
Fixed non-Domain joined computer issue.
Fixed bug introduced by the last change.
1 parent 8493fff commit f66e21a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

SQLCheck/SQLCheck/Collectors.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,8 +2199,6 @@ public static void CollectService(DataSet ds) // collects select services we ar
21992199
{
22002200
Domain = ds.Tables["Domain"].Rows[0]; // crash if not in domain
22012201
}
2202-
2203-
22042202
//////////////////// clintonw
22052203

22062204

SQLCheck/SQLCheck/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.1482.0")]
36-
[assembly: AssemblyFileVersion("1.0.1482.0")]
35+
[assembly: AssemblyVersion("1.0.1485.0")]
36+
[assembly: AssemblyFileVersion("1.0.1485.0")]

0 commit comments

Comments
 (0)