diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1998-05-15 22:53:47 +0000 | 
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1998-05-15 22:53:47 +0000 | 
| commit | 9c69f26836c23fd823fab7410f6c89256cb7875d (patch) | |
| tree | 7038c48cce59cf43dccf66186378f7490b64bb99 /lib/libc/rpc/svc_unix.c | |
| parent | 59fcc4ce0f47aa511c3148317a1d15f5c04125c2 (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/svc_unix.c')
| -rw-r--r-- | lib/libc/rpc/svc_unix.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/svc_unix.c b/lib/libc/rpc/svc_unix.c index 04e3223d2eeb..eb2e8f294610 100644 --- a/lib/libc/rpc/svc_unix.c +++ b/lib/libc/rpc/svc_unix.c @@ -30,7 +30,7 @@  #if defined(LIBC_SCCS) && !defined(lint)  /*static char *sccsid = "from: @(#)svc_unix.c 1.21 87/08/11 Copyr 1984 Sun Micro";*/  /*static char *sccsid = "from: @(#)svc_unix.c	2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$Id: svc_unix.c,v 1.8 1996/12/30 15:19:08 peter Exp $"; +static char *rcsid = "$Id: svc_unix.c,v 1.2 1997/05/28 05:05:31 wpaul Exp $";  #endif  /* @@ -467,6 +467,7 @@ svcunix_recv(xprt, msg)  		msg->rm_call.cb_verf.oa_length = sizeof(cm);  		return (TRUE);  	} +	cd->strm_stat = XPRT_DIED;	/* XXXX */  	return (FALSE);  }  | 
