(cpw_entry): make sure ret have a defined value
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16755 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -134,7 +134,7 @@ do_cpw_entry(krb5_principal principal, void *data)
|
|||||||
int
|
int
|
||||||
cpw_entry(struct passwd_options *opt, int argc, char **argv)
|
cpw_entry(struct passwd_options *opt, int argc, char **argv)
|
||||||
{
|
{
|
||||||
krb5_error_code ret;
|
krb5_error_code ret = 0;
|
||||||
int i;
|
int i;
|
||||||
struct cpw_entry_data data;
|
struct cpw_entry_data data;
|
||||||
int num;
|
int num;
|
||||||
|
Reference in New Issue
Block a user