diff options
author | jeff <jeff> | 2007-07-12 21:08:02 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-07-12 21:08:02 +0000 |
commit | 3cf318c1dff6fb88db8d4e4b54b7c486dd0d5390 (patch) | |
tree | c974464b2921880f24524d6738f18e6f448863e0 | |
parent | cd907554f4c08175c379e204e28e26483acf957a (diff) |
redundant test
-rw-r--r-- | FS/FS/UID.pm | 2 |
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"; } } |