summaryrefslogtreecommitdiff
path: root/net/ser/files/patch-modules::auth::common.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-07-07 20:16:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-07-07 20:16:35 +0000
commit0fa030f274a2e4f83f08592f507c3f4969d0f643 (patch)
tree84744a0b420d19c6adeba7ba0b6503a6b50205bc /net/ser/files/patch-modules::auth::common.c
parentUpdate to 0.5.1. (diff)
Update to 0.9.3.
Diffstat (limited to 'net/ser/files/patch-modules::auth::common.c')
-rw-r--r--net/ser/files/patch-modules::auth::common.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/ser/files/patch-modules::auth::common.c b/net/ser/files/patch-modules::auth::common.c
new file mode 100644
index 000000000000..d15db240bedc
--- /dev/null
+++ b/net/ser/files/patch-modules::auth::common.c
@@ -0,0 +1,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);
+ }