aboutsummaryrefslogtreecommitdiff
path: root/src/libsunrpc/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsunrpc/server.c')
-rw-r--r--src/libsunrpc/server.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libsunrpc/server.c b/src/libsunrpc/server.c
index 6e024fca..b94b7643 100644
--- a/src/libsunrpc/server.c
+++ b/src/libsunrpc/server.c
@@ -194,7 +194,7 @@ sunrpcreplythread(void *v)
while((m = recvp(srv->creply)) != nil){
/* could record in cache here? */
sendp(m->creply, m);
- }
+ }
}
int
@@ -286,4 +286,3 @@ sunmsgdrop(SunMsg *m)
free(m);
return 0;
}
-