[Globus Packages] / myproxy / myproxy_creds.c Repository:
ViewVC logotype

Diff of /myproxy/myproxy_creds.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Thu Apr 27 17:48:25 2000 UTC revision 1.4, Mon May 1 19:37:20 2000 UTC
# Line 307  Line 307 
307          }          }
308      }      }
309    
310      return -1;      return return_code;
311  }  }
312    
313  /*  /*
# Line 357  Line 357 
357      fprintf(data_stream, "LIFETIME=%d\n", creds->lifetime);      fprintf(data_stream, "LIFETIME=%d\n", creds->lifetime);
358      fprintf(data_stream, "END_OPTIONS\n");      fprintf(data_stream, "END_OPTIONS\n");
359    
360        fflush(data_stream);
361    
362      /* Success */      /* Success */
363      return_code = 0;      return_code = 0;
364    
# Line 371  Line 373 
373          }          }
374      }      }
375    
376        if (data_stream != NULL)
377        {
378            fclose(data_stream);
379        }
380    
381      return return_code;      return return_code;
382  }  }
383    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Webmaster
ViewVC Help
Powered by ViewVC 1.0.1