Commit 79d323ff 79d323ff18901d498b32ef9f36b9640d31b9ae20 by Sergey Poznyakoff

(mu_radius_authenticate): Remove unused variable

1 parent 7646f1b0
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
......