summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ncrcontrol/ncrcontrol.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ncrcontrol/ncrcontrol.c b/usr.sbin/ncrcontrol/ncrcontrol.c
index d284501..46e3434 100644
--- a/usr.sbin/ncrcontrol/ncrcontrol.c
+++ b/usr.sbin/ncrcontrol/ncrcontrol.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncrcontrol.c,v 1.1.1.1 1994/10/12 12:02:52 se Exp $
+** $Id: ncrcontrol.c,v 1.2 1994/10/13 18:01:32 se Exp $
**
** Utility for NCR 53C810 device driver.
**
@@ -695,6 +695,8 @@ void do_set (char * arg)
exit (1);
};
+ set_target_mask();
+
user.target = target_mask;
user.lun = lun_mask;
user.data = 0;
OpenPOWER on IntegriCloud