]> granicus.if.org Git - sudo/commitdiff
fix definition of TGP_ASKPASS
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 3 Mar 2008 19:30:50 +0000 (19:30 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 3 Mar 2008 19:30:50 +0000 (19:30 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index 4c7daf396b02fd487752c4bfcfd982898936b89c..4ca38dabd7567f996b9e816a35b19037295232d2 100644 (file)
--- 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;