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
2066965a
...
2066965ae85c41c04b075fd94945834f00594f88
authored
2003-07-01 14:58:32 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor indentation fix.
1 parent
45928421
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
auth/pam.c
auth/pam.c
View file @
2066965
...
...
@@ -151,7 +151,7 @@ mu_pam_argp_parser (int key, char *arg, struct argp_state *state)
static
struct
argp_option
mu_pam_argp_option
[]
=
{
{
"pam-service"
,
ARG_PAM_SERVICE
,
N_
(
"STRING"
),
0
,
N_
(
"Use STRING as PAM service name"
),
0
},
{
NULL
,
0
,
NULL
,
0
,
NULL
,
0
}
{
NULL
,
0
,
NULL
,
0
,
NULL
,
0
}
};
struct
argp
mu_pam_argp
=
{
...
...
Please
register
or
sign in
to post a comment