3 --- ./sfsmisc/sfssesskey.C.orig 2002-09-27 20:18:18.000000000 +0100
4 +++ ./sfsmisc/sfssesskey.C
5 @@ -144,10 +144,10 @@ sfs_server_crypt (svccb *sbp, sfspriv *s
6 sfs_encryptarg2 *arg2 = NULL;
9 - arg = sbp->template getarg<sfs_encryptarg> ();
10 + arg = sbp->getarg<sfs_encryptarg> ();
11 clntpub = sfscrypt.alloc (arg->pubkey, SFS_ENCRYPT);
13 - arg2 = sbp->template getarg<sfs_encryptarg2> ();
14 + arg2 = sbp->getarg<sfs_encryptarg2> ();
15 clntpub = sfscrypt.alloc (arg2->pubkey, SFS_ENCRYPT);