diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-01 16:20:28 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-01 16:20:28 -0700 |
commit | 988eb0fb1461c1bfc3f83afb4f98f4cd4efcfa5e (patch) | |
tree | 263009b2c2928ab0bb01fe6e3d83367d3b93fee0 /lib | |
parent | 19a38fe4d18f05d69b97c6785d5ef752479db7bb (diff) | |
parent | b148ddcccd9d4a30464423b524fc03700507cb19 (diff) | |
download | vyatta-cfg-system-988eb0fb1461c1bfc3f83afb4f98f4cd4efcfa5e.tar.gz vyatta-cfg-system-988eb0fb1461c1bfc3f83afb4f98f4cd4efcfa5e.zip |
Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-system into jenner
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Vyatta/Login/User.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Vyatta/Login/User.pm b/lib/Vyatta/Login/User.pm index 42bcbd53..f053abf1 100755 --- a/lib/Vyatta/Login/User.pm +++ b/lib/Vyatta/Login/User.pm @@ -23,6 +23,7 @@ use Vyatta::Config; sub new { my ( $that ) = @_; my $class = ref($that) || $that; + my $config = new Vyatta::Config; $config->setLevel("system login user"); my %users = $config->listNodeStatus(); my @user_keys = sort keys %users; |