drop unused return value
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24837 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -535,7 +535,9 @@ change_password (krb5_context context,
|
|||||||
(int)result_string.length,
|
(int)result_string.length,
|
||||||
result_string.length > 0 ? (char*)result_string.data : "");
|
result_string.length > 0 ? (char*)result_string.data : "");
|
||||||
|
|
||||||
ret = (*prompter) (context, data, NULL, p, 0, NULL);
|
/* return the result */
|
||||||
|
(*prompter) (context, data, NULL, p, 0, NULL);
|
||||||
|
|
||||||
free (p);
|
free (p);
|
||||||
if (result_code == 0) {
|
if (result_code == 0) {
|
||||||
strlcpy (newpw, buf1, newpw_sz);
|
strlcpy (newpw, buf1, newpw_sz);
|
||||||
|
Reference in New Issue
Block a user