Changeset 8eb72d2
- Timestamp:
- Aug 5, 2017, 6:57:42 PM (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Kerberos/lib/BarnOwl/Module/Kerberos.pm
ra4b854a r8eb72d2 90 90 BarnOwl::error($output); 91 91 } else { 92 if (BarnOwl::getvar("aklog") =='on') {92 if (BarnOwl::getvar("aklog") eq 'on') { 93 93 my $status = system('aklog'); 94 94 if ($status != 0) {
Note: See TracChangeset
for help on using the changeset viewer.