Remove calls to setuid and setgid

This commit is contained in:
wbaumann
2019-11-26 11:03:27 +00:00
parent 96d21fb708
commit f3ffc66682
2 changed files with 4 additions and 3 deletions

View File

@ -69,9 +69,6 @@
int
main(int argc, char *argv[])
{
setuid(getuid());
setgid(getgid());
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);