scstadmin: Suppress warnings about the use of an undefined value in numeric ne (!=)

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6768 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-12-18 11:05:20 +00:00
parent 0553954a79
commit 41434a9905

View File

@@ -929,7 +929,7 @@ sub driverExists {
opendir($dHandle, make_path(SCST_TARGETS_DIR(), $driver));
close $dHandle if ($result);
return $result;
return $result ? TRUE : FALSE;
}
sub driverDynamicAttributes {