summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1995-01-13 20:46:33 +0000
committermycroft <mycroft@NetBSD.org>1995-01-13 20:46:33 +0000
commit516fa506ed45812bd404964a7dbddf04dfe20752 (patch)
tree0844ebafe2e5315dee3810740b66821f3676c9f1 /libexec
parentb481f03023ef9d7bc805ee1960e926b2547a4e5b (diff)
Make sure we reply to the request, so the client will stop sending.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rpc.rwalld/rwalld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rpc.rwalld/rwalld.c b/libexec/rpc.rwalld/rwalld.c
index 79fe6cac810..6fd155230b1 100644
--- a/libexec/rpc.rwalld/rwalld.c
+++ b/libexec/rpc.rwalld/rwalld.c
@@ -28,7 +28,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: rwalld.c,v 1.6 1995/01/13 19:18:08 mycroft Exp $";
+static char rcsid[] = "$Id: rwalld.c,v 1.7 1995/01/13 20:46:33 mycroft Exp $";
#endif /* not lint */
#include <unistd.h>
@@ -129,7 +129,7 @@ wallproc_wall_1(s)
pclose(pfp);
}
- return (NULL);
+ return (*s);
}
void