PERFORCE change 151879 for review

Marcel Moolenaar marcel at FreeBSD.org
Fri Oct 24 21:22:15 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=151879

Change 151879 by marcel at 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) {


More information about the p4-projects mailing list