Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
6adad0d6
Commit
6adad0d6
authored
Mar 28, 2006
by
Kirk Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bugfix.
parent
74fc532b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
tbsetup/plab/mod_PLCNM.py.in
tbsetup/plab/mod_PLCNM.py.in
+2
-3
No files found.
tbsetup/plab/mod_PLCNM.py.in
View file @
6adad0d6
...
...
@@ -438,7 +438,7 @@ class mod_PLCNM:
raise
# send back the rcap
return
(
res
,
cPickle
.
dumps
(
res
[
1
][
0
]),
None
)
return
(
res
,
cPickle
.
dumps
(
res
[
1
][
0
]),
node
.
slice
.
leaseend
)
def
freeNode
(
self
,
node
):
rcap
=
cPickle
.
loads
(
node
.
nodemeta
)
...
...
@@ -462,8 +462,7 @@ class mod_PLCNM:
return
res
def
renewNode
(
self
,
node
,
length
=
0
):
res
=
self
.
createNode
(
node
)
return
(
res
[
0
],
res
[
1
],
node
.
slice
.
leaseend
)
return
self
.
createNode
(
node
)
def
getSliceExpTime
(
self
,
slicename
):
"""
...
...
Write
Preview
Markdown
is supported
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