Replace AUTH_INTR return with AUTH_FAILURE.
The two were treated identically by the caller.
This commit is contained in:
@@ -22,9 +22,8 @@
|
||||
/* Auth function return values. */
|
||||
#define AUTH_SUCCESS 0
|
||||
#define AUTH_FAILURE 1
|
||||
#define AUTH_INTR 2
|
||||
#define AUTH_FATAL 3
|
||||
#define AUTH_NONINTERACTIVE 4
|
||||
#define AUTH_FATAL 2
|
||||
#define AUTH_NONINTERACTIVE 3
|
||||
|
||||
typedef struct sudo_auth {
|
||||
unsigned int flags; /* various flags, see below */
|
||||
|
Reference in New Issue
Block a user