summaryrefslogtreecommitdiff
path: root/sunrpc/svc_tcp.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-18 09:53:46 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-18 09:53:46 +0000
commit41aa20c243f5b9d51150586651e8b5437cfdb085 (patch)
tree65f6432d89feaf324a7eddbbbd451add8f0bfd37 /sunrpc/svc_tcp.c
parent92040cbc5f1a18a85735127c3677275c419674cb (diff)
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.c1
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);
}