Fix another return in addmember

This commit is contained in:
Michael Spang 2007-12-12 03:09:31 -05:00
parent a13412403c
commit 2d7801864f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ int addmember() {
deny("user %s already exists", userid);
if (ceo_read_password(password, sizeof(password), use_stdin))
return;
return 1;
ceo_krb5_init();
ceo_ldap_init();