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
c817f47a
Commit
c817f47a
authored
Oct 31, 2003
by
Kirk Webb
Browse files
Crap, another minor error, this time affecting the plab renew daemon.
parent
40268460
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/plab/libplab.py.in
View file @
c817f47a
...
...
@@ -1308,7 +1308,7 @@ class Node:
forks and runs another private method to actually do the
work!
"""
res
=
ForkCmd
(
node
.
renew
,
timeout
=
RENEW_TIMEOUT
,
res
=
ForkCmd
(
self
.
_
renew
,
timeout
=
RENEW_TIMEOUT
,
disable_sigs_parent
=
TERMSIGS
)
return
res
[
0
]
|
res
[
1
]
...
...
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