Skip to content
GitLab
Menu
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
c51d6dda
Commit
c51d6dda
authored
Sep 24, 2013
by
Leigh B Stoller
Browse files
Minor fix to script locking.
parent
822d4af7
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/common/libtestbed.pm
View file @
c51d6dda
...
...
@@ -428,6 +428,7 @@ sub TBScriptUnlock(;$)
elsif
(
defined
(
$lockhandle
))
{
flock
(
$lockhandle
,
LOCK_UN
);
close
(
$lockhandle
);
undef
(
$lockhandle
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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