summaryrefslogtreecommitdiff
path: root/net/ser/files/patch-modules::auth::common.c
blob: d15db240bedcf7ab5bb7697fbde1a67456515ab1 (plain) (blame)
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);
 }