Changeset 8eb72d2


Ignore:
Timestamp:
Aug 5, 2017, 6:57:42 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
e47e1b0, 5ad24f1, cc4aca2
Parents:
a4b854a
git-author:
Jason Gross <jgross@mit.edu> (08/05/17 18:42:50)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/05/17 18:57:42)
Message:
Use eq not == for string comparison in Kerberos.pm
File:
1 edited

Legend:

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

    ra4b854a r8eb72d2  
    9090            BarnOwl::error($output);
    9191        } else {
    92             if (BarnOwl::getvar("aklog") == 'on') {
     92            if (BarnOwl::getvar("aklog") eq 'on') {
    9393                my $status = system('aklog');
    9494                if ($status != 0) {
Note: See TracChangeset for help on using the changeset viewer.