Fix typo.
Sponsored by: iXsystems
This commit is contained in:
@@ -1149,7 +1149,7 @@ valid_iscsi_name(const char *name)
|
||||
}
|
||||
} else {
|
||||
log_warnx("invalid target name \"%s\"; should start with "
|
||||
"either \".iqn\", \"eui.\", or \"naa.\"",
|
||||
"either \"iqn.\", \"eui.\", or \"naa.\"",
|
||||
name);
|
||||
}
|
||||
return (true);
|
||||
|
||||
Reference in New Issue
Block a user