summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/iscsi_err.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/iscsi_err.h b/include/iscsi_err.h
index c54edee..9f7475e 100644
--- a/include/iscsi_err.h
+++ b/include/iscsi_err.h
@@ -52,6 +52,8 @@ enum {
ISCSI_ERR_SYSFS_LOOKUP = 22,
/* Could not lookup host */
ISCSI_ERR_HOST_NOT_FOUND = 23,
+ /* Login failed due to authorization failure */
+ ISCSI_ERR_LOGIN_AUTH_FAILED = 24,
/* Always last. Indicates end of error code space */
ISCSI_MAX_ERR_VAL,