[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tools / security / chktrust.cs
index 8bfbf36e2026e756f548f816c911b85ab04c5167..0d6c2f06b327ed8fccaed98d0a6726bcb7eb0cd5 100644 (file)
@@ -59,7 +59,7 @@ namespace Mono.Tools {
                                Console.WriteLine ("INFO! {0} was timestamped on {1}", fileName, a.Timestamp);
                        }
 
-                       if (!a.IsTrusted ()) {
+                       if (a.Reason > 0) {
                                string msg = null;
                                // FAILURES
                                switch (a.Reason) {