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

18 lines
605 B
Plaintext

$NetBSD: patch-ax,v 1.1 2006/10/21 11:53:13 agc Exp $
--- ./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);
}