mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Revert that last stupid setuid detection fix.
This commit is contained in:
parent
96e1c57472
commit
d9527051eb
5 changed files with 9 additions and 9 deletions
|
@ -321,7 +321,7 @@ int exec_write(struct exec_info **info,const char *program,
|
|||
#if defined(HAVE_GETUID) && defined(HAVE_GETEUID)
|
||||
/* There should be no way to get to this spot while still carrying
|
||||
setuid privs. Just in case, bomb out if we are. */
|
||||
if(getuid()!=geteuid())
|
||||
if ( getuid () != geteuid () )
|
||||
BUG();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue