$NetBSD$

--- ./sfsmisc/sfssesskey.C.orig	2002-09-27 20:18:18.000000000 +0100
+++ ./sfsmisc/sfssesskey.C
@@ -144,10 +144,10 @@ sfs_server_crypt (svccb *sbp, sfspriv *s
   sfs_encryptarg2 *arg2 = NULL;
     
   if (pvers == 1) {
-    arg = sbp->template getarg<sfs_encryptarg> ();
+    arg = sbp->getarg<sfs_encryptarg> ();
     clntpub = sfscrypt.alloc (arg->pubkey, SFS_ENCRYPT);
   } else {
-    arg2 = sbp->template getarg<sfs_encryptarg2> ();
+    arg2 = sbp->getarg<sfs_encryptarg2> ();
     clntpub = sfscrypt.alloc (arg2->pubkey, SFS_ENCRYPT);
   }
   
