Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
8db30b88
Commit
8db30b88
authored
May 23, 2003
by
Leigh B. Stoller
Browse files
Minor changes to AuditEnd(); make sure auditing flags are not passed
in the environment to decendants once the the audit is done.
parent
76551b01
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libaudit.pm.in
View file @
8db30b88
...
...
@@ -152,6 +152,7 @@ sub AuditStart($;$)
sub
AuditEnd
()
{
SendAuditMail
(
0
);
delete
@
ENV
{
'TBAUDITLOG'
,
'TBAUDITON'
};
return
0
;
}
...
...
@@ -171,6 +172,7 @@ sub AuditAbort()
unlink
($
logfile
);
undef
($
logfile
);
}
delete
@
ENV
{
'TBAUDITLOG'
,
'TBAUDITON'
};
}
return
0
;
}
...
...
@@ -182,6 +184,7 @@ sub AuditAbort()
sub
AuditFork
()
{
$
auditing
=
0
;
delete
@
ENV
{
'TBAUDITLOG'
,
'TBAUDITON'
};
return
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment