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
b37d03ed
Commit
b37d03ed
authored
Mar 15, 2002
by
Leigh B. Stoller
Browse files
Fix little Shashi bug.
parent
84810e4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/node.tcl
View file @
b37d03ed
...
...
@@ -114,7 +114,7 @@ Node instproc updatedb {DB} {
append nseconfig
[
$agent
get_nseconfig
]
}
if
(
$nseconfig !=
{}
}
{
if
{
$nseconfig
!=
{}}
{
# update the per-node nseconfigs table in the DB
sql exec $DB
"insert into nseconfigs (pid,eid,vname,nseconfig) values ('
$pid
','
$eid
','
$self
','
$nseconfig
')"
;
}
...
...
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