[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.12-59-g9f942b7



The following commit has been merged in the master branch:
commit 9f942b73ad7252cf5c9fdd9b0343bec93901efda
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Apr 30 18:37:08 2013 +0200

    c/shared-libs: Remove call to close on unopened handle
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/shared-libs b/checks/shared-libs
index 8dafc1e..4faac14 100644
--- a/checks/shared-libs
+++ b/checks/shared-libs
@@ -189,8 +189,6 @@ for my $cur_file ($info->sorted_index) {
     }
 }
 
-close(IN);
-
 # 3rd step: check if shlib symlinks are present and in correct order
 for my $shlib_file (keys %SONAME) {
     # file found?

-- 
Debian package checker


Reply to: