archive
/
usb-lockdown
Archived
1
Fork 0

added comment

This commit is contained in:
Jake Howard 2014-08-11 17:28:31 +01:00
parent ead0831aa1
commit e622a6194d
1 changed files with 1 additions and 1 deletions

View File

@ -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;