2002-01-29
2002-01-29 21:19:03 by Martin Stjernholm <mast@lysator.liu.se>
-
3b76dca98fd9e5f480966057b952a195a9ace3d4
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
Modernized a throw.
Rev: server/base_server/roxen.pike:1.774
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.
// ABS and suicide systems contributed freely by Francesco Chemolli
- constant cvs_version="$Id: roxen.pike,v 1.773 2002/01/15 09:46:55 anders Exp $";
+ constant cvs_version="$Id: roxen.pike,v 1.774 2002/01/29 21:19:03 mast Exp $";
// The argument cache. Used by the image cache.
ArgCache argcache;
271: Inside #if defined(HAVE_EFFECTIVE_USER)
#endif /* HPUX_KLUDGE */
if (err < 0) {
report_debug("Privs: Failed\n");
- throw(({ sprintf("Failed to set EGID to %d\n", gid), backtrace() }));
+ error ("Failed to set EGID to %d\n", gid);
}
report_debug("Privs: WARNING: Set egid to %d instead of %d.\n",
gid2, gid);