Subject: changed files: 'src/lib/libc/rpc clnt_generic.c'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 12/10/1993 12:01:48
Update of /b/source/CVS/src/lib/libc/rpc
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/tmp2/libc/rpc

Modified Files:
	clnt_generic.c 
Log Message:
RPCSRC 4.0, which our RPC implementation is derrived from, erroneously 
sets a default timeout of 25 seconds in clnt_create().  This bug causes
timeouts specified as the last argument to clnt_call to be ignored.  
With this fix, timeouts will be taken from clnt_call() unless the
program sets its own default timeout with clnt_control().


------------------------------------------------------------------------------