From e622a6194d61216e0e0c015b4b10ebf53d77e0b5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 11 Aug 2014 17:28:31 +0100 Subject: [PATCH] added comment --- USB Lockdown/authentication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USB Lockdown/authentication.cs b/USB Lockdown/authentication.cs index 97c75ac..6747431 100644 --- a/USB Lockdown/authentication.cs +++ b/USB Lockdown/authentication.cs @@ -39,7 +39,7 @@ namespace USB_Lockdown { if (File.Exists(currentDrive.Name + "\\LockDown.config")) // the first check for a valid drive. Could be something else, but this is a lightweight test to be done first! { - if (driveValidate(currentDrive)) + if (driveValidate(currentDrive)) //runs the full validation of the drive { validDrive = currentDrive; driveFound = true;