6311192 inetd does not handle multiple rpc services with the same rpc program # (fix cstyle)
authordstaff
Wed, 26 Oct 2005 11:59:10 -0700
changeset 760 875a88a429b8
parent 759 3ca039a1de60
child 761 6c9356c66754
6311192 inetd does not handle multiple rpc services with the same rpc program # (fix cstyle)
usr/src/cmd/cmd-inet/usr.lib/inetd/inetd.c
--- a/usr/src/cmd/cmd-inet/usr.lib/inetd/inetd.c	Wed Oct 26 11:03:05 2005 -0700
+++ b/usr/src/cmd/cmd-inet/usr.lib/inetd/inetd.c	Wed Oct 26 11:59:10 2005 -0700
@@ -878,7 +878,7 @@
 
 
 /*
- * Check if two transport protocols for RPC conflict.  
+ * Check if two transport protocols for RPC conflict.
  */
 
 boolean_t
@@ -979,7 +979,7 @@
 				continue;
 			if (pi->ri->prognum != rpc_n)
 				continue;
-			if (!is_rpc_proto_conflict(pi->proto, proto))	
+			if (!is_rpc_proto_conflict(pi->proto, proto))
 				continue;
 			if ((lowver < pi->ri->lowver &&
 			    highver < pi->ri->lowver) ||