freebsd-nq/usr.sbin/ctld
Ryan Stone 315bca194a Fix an early return in ctld UCL parser
If the UCL ctld parser encountered a port that used the CTL
ioctl device, it fell into a special case that had an erroneous
early return.  This caused all configuration in the target
following the port attribute to be skipped.  Fix this by replacing
the return with a continue so that the rest of the config is
parsed correctly.

Sponsored by: Dell EMC Isilon
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D31703
Reviewed by: bapt
2021-08-30 22:59:33 -04:00
..
chap.c
ctl.conf.5
ctld.8
ctld.c
ctld.h
discovery.c
isns.c
isns.h
kernel.c
keys.c
log.c
login.c
Makefile pkgbase: Move ctld/ctladm to iscsi package 2021-06-19 17:49:57 +02:00
Makefile.depend
parse.y
pdu.c
token.l
uclparse.c Fix an early return in ctld UCL parser 2021-08-30 22:59:33 -04:00