fix for #67026 transferred from HEAD glite-security-proxyrenewal_branch_1_3_0
authorDaniel Kouřil <kouril@ics.muni.cz>
Fri, 4 Jun 2010 09:58:58 +0000 (09:58 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Fri, 4 Jun 2010 09:58:58 +0000 (09:58 +0000)
org.glite.security.proxyrenewal/src/renewd.c

index 94bd8bd..d52ee1d 100644 (file)
@@ -570,9 +570,6 @@ int main(int argc, char *argv[])
    globus_module_activate(GLOBUS_GSI_CERT_UTILS_MODULE);
    globus_module_activate(GLOBUS_GSI_PROXY_MODULE);
 
-   if (!debug)
-      for (fd = 3; fd < sysconf(_SC_OPEN_MAX); fd++) close(fd);
-
    if (!debug) {
       /* chdir ? */
       if (daemon(1,0) == -1) {