summaryrefslogtreecommitdiff
path: root/security/sfs/patches/patch-bi
diff options
context:
space:
mode:
Diffstat (limited to 'security/sfs/patches/patch-bi')
-rw-r--r--security/sfs/patches/patch-bi13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/sfs/patches/patch-bi b/security/sfs/patches/patch-bi
new file mode 100644
index 00000000000..c43358dae09
--- /dev/null
+++ b/security/sfs/patches/patch-bi
@@ -0,0 +1,13 @@
+$NetBSD: patch-bi,v 1.1 2006/10/21 11:53:13 agc Exp $
+
+--- ./agent/sfsdea.C.orig 2002-11-13 17:49:59.000000000 +0000
++++ ./agent/sfsdea.C
+@@ -53,7 +53,7 @@ void
+ sfsdea::authinit (svccb *sbp)
+ {
+ ref<sfsagent_auth_res> res = New refcounted<sfsagent_auth_res> ();
+- sfsextauth_init *aa = sbp->template getarg<sfsextauth_init> ();
++ sfsextauth_init *aa = sbp->getarg<sfsextauth_init> ();
+
+ if (opt_confirm && !confirmed (aa))
+ sbp->replyref (sfsagent_auth_res (false));