Ignore:
Timestamp:
Aug 5, 2017, 6:48:10 PM (7 years ago)
Author:
Pweaver (Paul Weaver) <paul@mordor.org>
Children:
799ec08
Parents:
da07199
git-author:
Jason Gross <jgross@mit.edu> (08/05/17 18:29:14)
git-committer:
Pweaver (Paul Weaver) <paul@mordor.org> (08/05/17 18:48:10)
Message:
Fix variable names, remove dead variables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Kerberos/lib/BarnOwl/Module/Kerberos.pm

    rda07199 rab9adfc  
    6565my $hdlin;
    6666my $hdlerr;
    67 my $w;
    68 
    69 my $a_hdlerr;
    70 my $a;
     67my $kinit_watcher;
    7168
    7269sub do_renew {
     
    8885                     });
    8986    close $stdout;
    90     $w = AnyEvent->child (pid => $pid, cb => sub {
     87    $kinit_watcher = AnyEvent->child (pid => $pid, cb => sub {
    9188        my ($pid, $status) = @_;
    9289        if ($status != 0){
Note: See TracChangeset for help on using the changeset viewer.