projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a898a72
)
remove unused variable in kim_ui_cli_ask_change_password
author
Alexandra Ellwood
<lxs@mit.edu>
Wed, 15 Oct 2008 22:45:10 +0000
(22:45 +0000)
committer
Alexandra Ellwood
<lxs@mit.edu>
Wed, 15 Oct 2008 22:45:10 +0000
(22:45 +0000)
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20877
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kim/lib/kim_ui_cli.c
patch
|
blob
|
history
diff --git
a/src/kim/lib/kim_ui_cli.c
b/src/kim/lib/kim_ui_cli.c
index 173a7eb6e4cae82b3d24720003eb249eda197b4b..922f386ee6f1ad227a99e58b7645ede28da22415 100644
(file)
--- a/
src/kim/lib/kim_ui_cli.c
+++ b/
src/kim/lib/kim_ui_cli.c
@@
-255,7
+255,6
@@
static kim_error kim_ui_cli_ask_change_password (kim_string in_identity_string)
{
kim_error err = KIM_NO_ERROR;
kim_string ask_change_password = NULL;
- kim_string answer_options = NULL;
kim_string yes = NULL;
kim_string no = NULL;
kim_string unknown_response = NULL;
@@
-314,7
+313,6
@@
static kim_error kim_ui_cli_ask_change_password (kim_string in_identity_string)
}
kim_string_free (&ask_change_password);
- kim_string_free (&answer_options);
kim_string_free (&yes);
kim_string_free (&no);
kim_string_free (&unknown_response);