1 2 3 4 5 6 7 8 9 10 11 12
$FreeBSD$ --- modules/auth/common.c.orig +++ modules/auth/common.c @@ -95,5 +95,5 @@ } } - return sl_reply(_m, (char*)(long)_code, _reason); + return (use_tm != 0) ? tmb.t_reply(_m, _code, _reason) : sl_reply(_m, (char*)(long)_code, _reason); }