Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
79d323ff
...
79d323ff18901d498b32ef9f36b9640d31b9ae20
authored
2007-02-22 10:10:43 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_radius_authenticate): Remove unused variable
1 parent
7646f1b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
auth/radius.c
auth/radius.c
View file @
79d323f
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2005 Free Software Foundation, Inc.
Copyright (C) 2005
, 2007
Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
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,
const
void
*
key
,
void
*
func_data
ARG_UNUSED
,
void
*
call_data
)
{
int
rc
,
code
;
int
rc
;
grad_request_t
*
reply
;
const
struct
mu_auth_data
*
auth_data
=
key
;
...
...
Please
register
or
sign in
to post a comment