summaryrefslogtreecommitdiff
path: root/accel-pppd/triton/log.c
AgeCommit message (Collapse)Author
2012-12-14Fix va_end() missing callsGuillaume Nault
A few va_start() calls aren't followed by their corresponding va_end(). This patch adds the missing va_end() calls. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
2011-01-28fix unterminated messages in core.logKozlov Dmitry
2011-01-05rename accel-pptp to accel-pppDmitry Kozlov