aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-11-04 13:04:23 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-11-04 13:04:23 +0000
commit1aa673af0e532363c6ec66c7e5b76f287d2f40ac (patch)
treea306859a9c4d897203735f37164466cb44b5f49a
parent3ecf1f18c504510556d51a66194e462e17a84493 (diff)
downloadradius-1aa673af0e532363c6ec66c7e5b76f287d2f40ac.tar.gz
radius-1aa673af0e532363c6ec66c7e5b76f287d2f40ac.tar.bz2
(rpp_request_handler): Move call to scheme_redirect_output to scheme.c:catch_body.
-rw-r--r--radiusd/rpp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/radiusd/rpp.c b/radiusd/rpp.c
index e512b95b..e46409e7 100644
--- a/radiusd/rpp.c
+++ b/radiusd/rpp.c
@@ -648,9 +648,6 @@ rpp_request_handler(void *arg ARG_UNUSED)
radiusd_signal_init(sig_handler);
grad_set_signal(SIGALRM, sig_handler);
request_init_queue();
-#ifdef USE_SERVER_GUILE
- scheme_redirect_output();
-#endif
while (1) {
int rc;

Return to:

Send suggestions and report system problems to the System administrator.