summaryrefslogtreecommitdiff
path: root/security/sfs/patches/patch-bh
blob: 9dbc647f2ff53a1979c266ff39e3d596928810a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-bh,v 1.1 2006/10/21 11:53:13 agc Exp $

--- ./agent/sfsauthmgr.C.orig	2002-10-08 21:05:01.000000000 +0100
+++ ./agent/sfsauthmgr.C
@@ -283,7 +283,7 @@ extauth::~extauth ()
 void
 authmgr::authinit (svccb *s)
 {
-  sfsagent_authinit_arg *aa = s->template getarg<sfsagent_authinit_arg> ();
+  sfsagent_authinit_arg *aa = s->getarg<sfsagent_authinit_arg> ();
 
   authmeth *k = lookup_by_index (aa->ntries);
   if (!k || aa->authinfo.type != SFS_AUTHINFO) {
@@ -298,7 +298,7 @@ authmgr::authinit (svccb *s)
 void
 authmgr::authmore (svccb *s)
 {
-  sfsagent_authmore_arg *aa = s->template getarg<sfsagent_authmore_arg> ();
+  sfsagent_authmore_arg *aa = s->getarg<sfsagent_authmore_arg> ();
   sfs_hash dummy;
   authmeth *k = asmgr.retrieve (aa->authinfo, aa->seqno, dummy);
   if (!k || aa->authinfo.type != SFS_AUTHINFO) {