*** empty log message ***

This commit is contained in:
Martin Baulig
1998-06-02 19:42:53 +00:00
parent f233a1673f
commit e71eb0e75b
4 changed files with 10 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
setreuid (uid, euid); setregid (gid, egid);
glibtop_open (&server, argv [0], 0, 0);
glibtop_open__r (&server, argv [0], 0, 0);
if (setreuid (euid, uid)) _exit (1);