While here, use isxdigit(3) instead of a home-rolled version.
Sponsored by: Chelsio Communications
Differential D48593
iscsi: Move valid_iscsi_name to libiscsiutil jhb on Wed, Jan 22, 7:52 PM. Authored by
Details
While here, use isxdigit(3) instead of a home-rolled version. Sponsored by: Chelsio Communications
Diff Detail
Event TimelineComment Actions I have some WIP to add nvme support to ctld and this series of commits are some cleanups before the meatier changes. To date libiscsiutil has just been a place to reduce code duplication between iscsiutil and ctld. Some bits like the log_* wrapper functions aren't iscsi specific and probably don't belong there but would be duplicated otherwise. :( |