remove unused variable in kim_ui_cli_ask_change_password
authorAlexandra Ellwood <lxs@mit.edu>
Wed, 15 Oct 2008 22:45:10 +0000 (22:45 +0000)
committerAlexandra 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

index 173a7eb6e4cae82b3d24720003eb249eda197b4b..922f386ee6f1ad227a99e58b7645ede28da22415 100644 (file)
@@ -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);