This commit is contained in:
Todd C. Miller
1999-11-23 18:07:16 +00:00
parent 1fe397ae5d
commit 4fd3e643bf

View File

@@ -7,7 +7,7 @@ Purpose: to provide a simple API for authentication methods that
The sudo_auth struct looks like this:
typedef struct sudo_auth {
short flags; /* /* various flags, see below */
short flags; /* various flags, see below */
short status; /* status from verify routine */
char *name; /* name of the method in string form */
VOID *data; /* method-specific data pointer */