(mu_radius_authenticate): Remove unused variable
Showing
1 changed file
with
2 additions
and
2 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | 1 | /* GNU Mailutils -- a suite of utilities for electronic mail |
2 | Copyright (C) 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 2005, 2007 Free Software Foundation, Inc. |
3 | 3 | ||
4 | This library is free software; you can redistribute it and/or | 4 | This library is free software; you can redistribute it and/or |
5 | modify it under the terms of the GNU Lesser General Public | 5 | modify it under the terms of the GNU Lesser General Public |
... | @@ -451,7 +451,7 @@ mu_radius_authenticate (struct mu_auth_data **return_data ARG_UNUSED, | ... | @@ -451,7 +451,7 @@ mu_radius_authenticate (struct mu_auth_data **return_data ARG_UNUSED, |
451 | const void *key, | 451 | const void *key, |
452 | void *func_data ARG_UNUSED, void *call_data) | 452 | void *func_data ARG_UNUSED, void *call_data) |
453 | { | 453 | { |
454 | int rc, code; | 454 | int rc; |
455 | grad_request_t *reply; | 455 | grad_request_t *reply; |
456 | const struct mu_auth_data *auth_data = key; | 456 | const struct mu_auth_data *auth_data = key; |
457 | 457 | ... | ... |
-
Please register or sign in to post a comment