aboutsummaryrefslogtreecommitdiff
path: root/libexec/xtend
diff options
context:
space:
mode:
authorGene Stark <stark@FreeBSD.org>1999-08-08 07:05:46 +0000
committerGene Stark <stark@FreeBSD.org>1999-08-08 07:05:46 +0000
commitde44c0a11d2742fef11794d00d8b2f06dbc40736 (patch)
tree21f64b2d0c8d65f1b5abda22860251e7f9186b80 /libexec/xtend
parent32c0c324d572864f216125afa0366e45f78d38cc (diff)
Notes
Diffstat (limited to 'libexec/xtend')
-rw-r--r--libexec/xtend/xtend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/xtend/xtend.c b/libexec/xtend/xtend.c
index 1ffc448d46db0..f6aaf65a20e44 100644
--- a/libexec/xtend/xtend.c
+++ b/libexec/xtend/xtend.c
@@ -31,7 +31,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: xtend.c,v 1.6 1997/12/04 07:25:19 charnier Exp $";
#endif /* not lint */
/*
@@ -284,7 +284,7 @@ char *argv[];
logpacket(rpkt);
processpacket(rpkt);
}
- } else if(FD_ISSET(user, &fs)) {
+ } else if(FD_ISSET(user, &fs) && User != NULL) {
if(User != NULL) {
if(user_command()) {
fprintf(Log, "%s: Closing user connection\n", thedate());