2013-09-26 17:14:40 +02:00

14 lines
479 B
Plaintext

$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));