X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fkauth%2Fkpasswd.c;h=d81cbefe99065c9ce1d92f207a35cb806744e1fb;hp=c40640a706b9cc46df3ab59528066f77356f5d1c;hb=c38fea29c5daefd35800eda63f0dcef56eb74357;hpb=f4814575629d4565f408507c07e3dd711b26661c diff --git a/src/kauth/kpasswd.c b/src/kauth/kpasswd.c index c40640a..d81cbef 100644 --- a/src/kauth/kpasswd.c +++ b/src/kauth/kpasswd.c @@ -218,7 +218,6 @@ CommandProc(struct cmd_syndesc *as, void *arock) struct passwd pwent; struct passwd *pw = &pwent; - int insist; /* insist on good password quality */ int lexplicit = 0; /* servers specified explicitly */ int local; /* explicit cell is same a local cell */ int foundPassword = 0; /*Not yet, anyway */ @@ -410,7 +409,6 @@ CommandProc(struct cmd_syndesc *as, void *arock) give_to_child(passwd); /* Get new password if it wasn't provided. */ - insist = 0; if (!foundNewPassword) { if (Pipe) getpipepass(npasswd, sizeof(npasswd));