From deecc72f6a96153d93dccd547177676bc878a3f3 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Mon, 6 Dec 2010 17:33:09 +0300 Subject: switch logs on contexts which dosn't handles ppp too so potential race conditions may be arised --- accel-pptpd/ctrl/pptp/pptp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'accel-pptpd/ctrl/pptp') diff --git a/accel-pptpd/ctrl/pptp/pptp.c b/accel-pptpd/ctrl/pptp/pptp.c index 8a1cbbeb..f7ffee00 100644 --- a/accel-pptpd/ctrl/pptp/pptp.c +++ b/accel-pptpd/ctrl/pptp/pptp.c @@ -680,8 +680,9 @@ static void pptp_serv_close(struct triton_context_t *ctx) static struct pptp_serv_t serv= { - .hnd.read=pptp_connect, - .ctx.close=pptp_serv_close, + .hnd.read = pptp_connect, + .ctx.close = pptp_serv_close, + .ctx.before_switch = log_switch, }; static int show_stat_exec(const char *cmd, char * const *fields, int fields_cnt, void *client) -- cgit v1.2.3