3 --- ./agent/agentrex.C.orig 2002-11-27 18:51:05.000000000 +0000
5 @@ -68,7 +68,7 @@ public:
9 - rexcb_newfd_arg *argp = sbp->template getarg<rexcb_newfd_arg> ();
10 + rexcb_newfd_arg *argp = sbp->getarg<rexcb_newfd_arg> ();
14 @@ -98,7 +98,7 @@ public:
17 virtual void data (svccb *sbp) {
18 - rex_payload *argp = sbp->template getarg<rex_payload> ();
19 + rex_payload *argp = sbp->getarg<rex_payload> ();
20 if (waitnewfd && !argp->data.size ()) {
21 warn ("agent forward channel failure: EOF from suidconnect agent\n");
22 warn ("NOTE: sfscd must be running on the remote machine for agent "