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
ad28db8b
...
ad28db8bb6cc78b9f60a78ae5f6acb00d758953e
authored
2005-08-30 16:08:13 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated for recent libgnuradius
1 parent
05a15a28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
auth/radius.c
auth/radius.c
View file @
ad28db8
...
...
@@ -211,7 +211,7 @@ mu_radius_argp_parser (int key, char *arg, struct argp_state *state)
break
;
case
ARG_RADIUS_DIR
:
radius_dir
=
grad_estrdup
(
arg
);
grad_config_dir
=
grad_estrdup
(
arg
);
break
;
case
ARGP_KEY_FINI
:
...
...
Please
register
or
sign in
to post a comment