fix warning from -Wuninitialized
This commit is contained in:
@@ -195,7 +195,8 @@ enum iscsi_header_digest {
|
||||
ISCSI_HEADER_DIGEST_NONE = 0,
|
||||
ISCSI_HEADER_DIGEST_NONE_CRC32C = 1,
|
||||
ISCSI_HEADER_DIGEST_CRC32C_NONE = 2,
|
||||
ISCSI_HEADER_DIGEST_CRC32C = 3
|
||||
ISCSI_HEADER_DIGEST_CRC32C = 3,
|
||||
ISCSI_HEADER_DIGEST_LAST = ISCSI_HEADER_DIGEST_CRC32C
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user