summaryrefslogtreecommitdiff
path: root/fs_passwd
diff options
context:
space:
mode:
authorivan <ivan>1999-03-26 13:00:10 +0000
committerivan <ivan>1999-03-26 13:00:10 +0000
commit9fb39f590f06d9913ec9f433403c67b30c955bd5 (patch)
tree5ea6be9f13140e676ffcac62c2a0e83c74f10bc0 /fs_passwd
parent59518b8dec0720fdf32aab8a1ecc2dbb689a0b85 (diff)
s/create/new/
Diffstat (limited to 'fs_passwd')
-rwxr-xr-xfs_passwd/fs_passwd_server2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_passwd/fs_passwd_server b/fs_passwd/fs_passwd_server
index 42f930e6d..cb0e693dd 100755
--- a/fs_passwd/fs_passwd_server
+++ b/fs_passwd/fs_passwd_server
@@ -57,7 +57,7 @@ while (1) {
unless ( $svc_acct ) { print $writer "Incorrect password.\n"; next; }
my(%hash)=$svc_acct->hash;
- my($new_svc_acct) = create FS::svc_acct ( \%hash );
+ my($new_svc_acct) = new FS::svc_acct ( \%hash );
$new_svc_acct->setfield('_password',$new_password)
if $new_password && $new_password ne $old_password;
$new_svc_acct->setfield('finger',$new_gecos) if $new_gecos;