diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-18 09:53:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-18 09:53:46 +0000 |
commit | 41aa20c243f5b9d51150586651e8b5437cfdb085 (patch) | |
tree | 65f6432d89feaf324a7eddbbbd451add8f0bfd37 /sunrpc/svc_tcp.c | |
parent | 92040cbc5f1a18a85735127c3677275c419674cb (diff) | |
download | glibc-41aa20c243f5b9d51150586651e8b5437cfdb085.tar glibc-41aa20c243f5b9d51150586651e8b5437cfdb085.tar.gz glibc-41aa20c243f5b9d51150586651e8b5437cfdb085.tar.bz2 glibc-41aa20c243f5b9d51150586651e8b5437cfdb085.zip |
Update.
1998-05-18 Ulrich Drepper <drepper@cygnus.com>
* iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
(the designation sequence is disturbing).
Diffstat (limited to 'sunrpc/svc_tcp.c')
-rw-r--r-- | sunrpc/svc_tcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/svc_tcp.c b/sunrpc/svc_tcp.c index 8d728bd47d..41f95332e7 100644 --- a/sunrpc/svc_tcp.c +++ b/sunrpc/svc_tcp.c @@ -387,6 +387,7 @@ svctcp_recv (xprt, msg) cd->x_id = msg->rm_xid; return (TRUE); } + cd->strm_stat = XPRT_DIED; /* XXXX */ return (FALSE); } |