Skip to content
Snippets Groups Projects
Commit bb7aabf8 authored by Mike Hibler's avatar Mike Hibler
Browse files

Add a missing "my". This seems to fix the latest elabinelab problem...

though this same code has been working for close to a year now.

I am running on FreeBSD 6.2 instead of 6.1, but I haven't updated the ports
(e.g., perl).
parent d992c835
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ if (!defined($encpass)) { ...@@ -117,7 +117,7 @@ if (!defined($encpass)) {
# Get uid for the user and a gid for the project # Get uid for the user and a gid for the project
# For non-initial users, get the next available index. # For non-initial users, get the next available index.
$result = DBQueryFatal("select idx from emulab_indicies ". my $result = DBQueryFatal("select idx from emulab_indicies ".
"where name='next_uid'"); "where name='next_uid'");
if ($result->numrows() > 0) { if ($result->numrows() > 0) {
($MINUID) = $result->fetchrow_array(); ($MINUID) = $result->fetchrow_array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment