Don't allow sudo_ev_loopcont() to override sudo_ev_loopexit()
This commit is contained in:
@@ -35,9 +35,10 @@
|
||||
#define SUDO_EVLOOP_NONBLOCK 0x02 /* Do not block in event loop */
|
||||
|
||||
/* Event base flags (internal) */
|
||||
#define SUDO_EVBASE_LOOPEXIT 0x01
|
||||
#define SUDO_EVBASE_LOOPBREAK 0x02
|
||||
#define SUDO_EVBASE_LOOPCONT 0x04
|
||||
#define SUDO_EVBASE_LOOPONCE SUDO_EVLOOP_ONCE
|
||||
#define SUDO_EVBASE_LOOPEXIT 0x02
|
||||
#define SUDO_EVBASE_LOOPBREAK 0x04
|
||||
#define SUDO_EVBASE_LOOPCONT 0x08
|
||||
#define SUDO_EVBASE_GOT_EXIT 0x10
|
||||
#define SUDO_EVBASE_GOT_BREAK 0x20
|
||||
#define SUDO_EVBASE_GOT_MASK 0xf0
|
||||
|
Reference in New Issue
Block a user