From: Todd C. Miller Date: Mon, 3 Mar 2008 19:30:50 +0000 (+0000) Subject: fix definition of TGP_ASKPASS X-Git-Tag: SUDO_1_7_0~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d86a9d6fec360a6c5a4fea488690a39531ab79b;p=sudo fix definition of TGP_ASKPASS --- diff --git a/sudo.h b/sudo.h index 4c7daf396..4ca38dabd 100644 --- a/sudo.h +++ b/sudo.h @@ -178,7 +178,7 @@ struct sudo_user { */ #define TGP_ECHO 0x01 /* leave echo on when reading passwd */ #define TGP_STDIN 0x02 /* read from stdin, not /dev/tty */ -#define TGP_ASKPASS 0x03 /* read from askpass helper program */ +#define TGP_ASKPASS 0x04 /* read from askpass helper program */ struct lbuf; struct passwd;