summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2007-07-12 21:08:02 +0000
committerjeff <jeff>2007-07-12 21:08:02 +0000
commit3cf318c1dff6fb88db8d4e4b54b7c486dd0d5390 (patch)
treec974464b2921880f24524d6738f18e6f448863e0
parentcd907554f4c08175c379e204e28e26483acf957a (diff)
redundant test
-rw-r--r--FS/FS/UID.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm
index 4e3ac81f5..065db61c1 100644
--- a/FS/FS/UID.pm
+++ b/FS/FS/UID.pm
@@ -115,7 +115,7 @@ sub forksuidsetup {
if ($confcount) {
$use_confcompat = 0;
}else{
- warn "NO CONFIGURATION RECORDS FOUND" unless $confcount;
+ warn "NO CONFIGURATION RECORDS FOUND";
}
}