aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorGene Stark <stark@FreeBSD.org>1999-08-08 07:12:28 +0000
committerGene Stark <stark@FreeBSD.org>1999-08-08 07:12:28 +0000
commit5b737fa16a698a0612a6a141dd123d855dd8882b (patch)
treeaf41cf7c37ccbbc375fb5c9e077ba8d5bcb31ac7 /libexec
parentb77f31b82c9ad6bbf28eba2b060ac17033cc24c9 (diff)
Notes
Diffstat (limited to 'libexec')
-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 1ffc448d46db..7fa9e58341a4 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.7 1999/08/08 07:05:46 stark 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());