Date: Fri, 24 Oct 2008 21:22:14 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 151879 for review Message-ID: <200810242122.m9OLME6s010529@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151879 Change 151879 by marcel@marcel_jnpr on 2008/10/24 21:21:40 unbreak build & diff reduction. Affected files ... .. //depot/projects/e500/sys/rpc/rpcclnt.c#6 edit Differences ... ==== //depot/projects/e500/sys/rpc/rpcclnt.c#6 (text+ko) ==== @@ -1179,19 +1179,6 @@ } /* - * This can happen if the auth_type is neither UNIX or NULL - */ - if (m == NULL) { -#ifdef __OpenBSD__ - pool_put(&rpctask_pool, task); -#else - FREE(task, M_RPC); -#endif - error = EPROTONOSUPPORT; - goto rpcmout; - } - - /* * For stream protocols, insert a Sun RPC Record Mark. */ if (rpc->rc_sotype == SOCK_STREAM) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810242122.m9OLME6s010529>