Fixed typo
authorJamie Cameron <jcameron@webmin.com>
Tue, 11 Sep 2007 21:05:56 +0000 (21:05 +0000)
committerJamie Cameron <jcameron@webmin.com>
Tue, 11 Sep 2007 21:05:56 +0000 (21:05 +0000)
cluster-passwd/cluster-passwd-lib.pl

index 4e11812..64a9c39 100644 (file)
@@ -84,7 +84,7 @@ foreach $host (@{$_[0]}) {
        &remote_foreign_require($serv->{'host'}, "useradmin", "user-lib.pl");
        if ($passwd_error_msg) {
                # Host is down ..
-               &$pfunc(1, &cluster_useradmin::&text(
+               &$pfunc(1, &cluster_useradmin::text(
                                'usave_failed', $passwd_error_msg));
                next;
                }