diff --git a/utils/firstuser.in b/utils/firstuser.in index 1ccfa60a363d4bf709e1d43025a5f103af2b457a..be070104d36e1ae4f10760956e38cd58ec2196f7 100755 --- a/utils/firstuser.in +++ b/utils/firstuser.in @@ -117,7 +117,7 @@ if (!defined($encpass)) { # Get uid for the user and a gid for the project # 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'"); if ($result->numrows() > 0) { ($MINUID) = $result->fetchrow_array();