fix typo
This commit is contained in:
2
auth/API
2
auth/API
@@ -7,7 +7,7 @@ Purpose: to provide a simple API for authentication methods that
|
|||||||
The sudo_auth struct looks like this:
|
The sudo_auth struct looks like this:
|
||||||
|
|
||||||
typedef struct sudo_auth {
|
typedef struct sudo_auth {
|
||||||
short flags; /* /* various flags, see below */
|
short flags; /* various flags, see below */
|
||||||
short status; /* status from verify routine */
|
short status; /* status from verify routine */
|
||||||
char *name; /* name of the method in string form */
|
char *name; /* name of the method in string form */
|
||||||
VOID *data; /* method-specific data pointer */
|
VOID *data; /* method-specific data pointer */
|
||||||
|
Reference in New Issue
Block a user