summaryrefslogtreecommitdiff
path: root/security/sfs/patches/patch-bi
blob: c43358dae09a968a5af8b309f8d15184a0156972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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));